E evelyn ballantyne Nov 2, 2003 #1 i am opening my main menu form on startup, how can i maximise this window when the programme starts please.
i am opening my main menu form on startup, how can i maximise this window when the programme starts please.
K Ken Snell Nov 2, 2003 #2 You want to do this when the form opens? Create a macro (call it macMaximize) and put this action in it: Action: Maximize Then call this macro in the form's OnLoad event.
You want to do this when the form opens? Create a macro (call it macMaximize) and put this action in it: Action: Maximize Then call this macro in the form's OnLoad event.
G GVaught Nov 3, 2003 #3 Another way is to create a macro called AutoExec and set the Actions to Open the Main Menu and an Action to Maximize. Naming a macro AutoExec will automatically execute without having to add anything to a form's OnLoad Event.
Another way is to create a macro called AutoExec and set the Actions to Open the Main Menu and an Action to Maximize. Naming a macro AutoExec will automatically execute without having to add anything to a form's OnLoad Event.