Jump to Real's How-to Main page

Maximize a frame

Put the following code into the Open event of the Frame Window.
CONSTANT Integer  WM_SYSCOMMAND = 274
CONSTANT Integer  SC_MAXIMIZE   = 61488
//
Send(Handle(This), WM_SYSCOMMAND, SC_MAXIMIZE, 0)

If you find this article useful, consider making a small donation
to show your supportfor this Web site and its content.

Written and compiled by Réal Gagnon ©1998-2005
[ home ]