How to Find Out if a Program is Running

Posted December 15th @ 9:08 pm by m3Rlin

I received tip from Mike Gajewski, one of our readers. This is the code you need to find out if a certain program is running. The IsProcess() routine checks if the specific filename is running. This tip can be useful when your application should or needs some other application running in order to run properly/at [...]

How to Search for Text Quickly in the IDE Editor

Posted December 15th @ 3:58 pm by m3Rlin

If you don’t want to bother with the Find dialog then there sure is hope The Delphi/Kylix IDE has a shortcut - Ctrl + E. After pressing this keystroke notice that the status bar changes to “Searching for:”. Now all you have to do is type the text you are looking for. The text [...]

« Previous Entries