Jalaj P. Jha

Technical & Miscellaneous Ramblings

Archive for February 3rd, 2007

Modifying Minimize, Maximize buttons during runtime

with one comment

Previous post WinAPI : Making Form Transparent described how to make a form transparent. A similar problem that is often asked is how to modify the minimize and maximize button during runtime. While design time of cource you can change the MinButton and MaxButton properties to achieve this but during runtime the above properties cannot be changed by directly accessing them.
Read the rest of this entry »

Written by Jalaj

February 3, 2007 at 5:38 am

Posted in Application, Visual Basic, WinAPI

Tagged with