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 Make the Whole Form Behave Like the Title Bar

Posted December 15th @ 9:01 pm by m3Rlin

Sometimes you want to create a fancy looking form from a bitmap, like WinAMP or K-J?fol. This part isn’t too hard. All you have to do is make a cool graphic, use the TImage component and set the form’s border style to bsNone. Well, all’s good until we want to move the form… Since there [...]

« Previous Entries