Maximize window by code

Started by
1 comment, last by Tybon 19 years, 4 months ago
Hi, I am looking for a way to maximize a window by code. It needs to do the same thing as the maximize button at the top right corner. Thanks for your help.
Advertisement
ShowWindow() with the SW_MAXIMIZE flag should work.
Thank you :)

This topic is closed to new replies.

Advertisement