Modifying Minimize, Maximize buttons during runtime
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.
(more…)
