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 [...]

How to Set / Remove the Form’s StayOnTop Style

Posted December 15th @ 8:58 pm by m3Rlin

To set or remove the form’s StayOnTop style you can just set the form’s FormStyle property. But this has side effects. For example: if you modify the form’s system menu using the Windows API. After the form’s style is changed the system menu will return to it’s normal state. You can get around this in [...]

« Previous EntriesNext Entries »