You are viewing articles in the System category &rarr


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 Create Elliptic Forms

Posted December 15th @ 9:06 pm by m3Rlin

Ever wanted to create forms that had a cool shape? How about an elliptic form? This would make a nice splash screen, wouldn’t it? Sure. But how can I create one of these? Hmmmm… Well, Windows 32 bit has all we need. CreateEllipticRgn() allows you to create an elliptic region. After we do so all [...]

« Previous Entries