How To and Why Use Dynamically Created Forms

Posted December 15th @ 9:33 pm by m3Rlin

You almost never need all your application’s forms in memory all the time. To reduce the amount of memory required at load time and load time, you may want to create some forms only when you need to use them. For example, a dialog box needs to be in memory only during the time a [...]

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