Tip: How to maximize a window
Posted: Mon Nov 05, 2001 1:33 am
Code updated for 5.20+ (same as SetWindowState())
Restored from previous forum. Originally posted by PB.
To maximize a window on the Desktop, use this short code:
Restored from previous forum. Originally posted by PB.
To maximize a window on the Desktop, use this short code:
Code: Select all
ShowWindow_(WindowID(window),#SW_MAXIMIZE)