Let Your Delphi Application Be Executed When A Folder Is Right-Clicked in Windows Explorer + 8 Articles

Posted: 28 Mar 2011 11:43 PM PDT
in Delphi TIPS :: When a users right-clicks on a folder in Windows Explorer a context popup appears. Beside standard items you can add an item for your application. When a user click the item - your application gets started and you can send it (as a parameter) the folder selected. Read the full ...


Posted: 28 Mar 2011 04:47 PM PDT
We've all done it: File|New|VCL Forms Application. Then we drop a button and a memo, double click on the button, and write some code that prints out to the TMemo. You start out just "testing something out", but then you end up working on a routine, or maybe even a class or a collection ...
Posted: 28 Mar 2011 03:43 PM PDT
I started a computer club at my son's middle school. One of the limitations is that no software can be installed, and there are no development tools on the computers. So I set out to find web based IDE's where we can write and run code via the web browser. This is what I found. ...
Posted: 28 Mar 2011 08:56 AM PDT
It's the time of the year again: i am very happy to announce the immediate availability of the "Spring 2011″ releases of out entire product suite. Point your browsers to portal.remobjects.com (licensed users) or remobjects.com/trials and remobjects.com/free for free products and ...
Posted: 28 Mar 2011 08:50 AM PDT
Apple's annual World Wide Developer Conference (WWDC) in San Francisco has just been announced and opened for registration today. I already got my ticket, and i'm looking forward to seeing many of you there! Go to http://developer.apple.com/wwdc for more info, and get your ticket ...
Posted: 28 Mar 2011 08:47 AM PDT
DSConfers: if you haven't got enough quality conference time this year yet, and need something to tide you over until DSConf #2 in the fall, why not attend Apple's WWDC in San Francisco, which was just announced (but hurry up, it will probably sell out fast). Daniel Magin and marc ...
Posted: 28 Mar 2011 06:09 AM PDT
Cary Jensen has published a brand new Delphi book focused on a very common Delphi component, the ClientDataSet. The books is now available on Amazon. The book title is "Delphi in Depth: ClientDataSets", with a partial reference to a Delphi book Cary edited in the early days of the product ...
Posted: 28 Mar 2011 03:02 AM PDT
We received a really nice email from someone who evaluated RAD Studio XE so I thought I would share some of it...I just wanted to let you know thatthis is the best Delphi ever !I had just completed an evaluationof Delphi and C++ in RADStudio XE.· Your ...
Posted: 28 Mar 2011 02:00 AM PDT
in Delphi Tips :: An enumerated type in Delphi, or enum lets you define a list of values. The values have no inherent meaning, and their ordinality follows the sequence in which the identifiers are listed. If you need to allow a user of your application to change the display of the ListView at ...

0 comments:

Post a Comment