maximise window on start

  • Thread starter evelyn ballantyne
  • Start date
E

evelyn ballantyne

i am opening my main menu form on startup, how can i
maximise this window when the programme starts please.
 
K

Ken Snell

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

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top