Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ISLOADED / MAXIMIZE

Status
Not open for further replies.

Trudye

Programmer
Sep 4, 2001
932
US
Back in the day (I've been coding VB about 6 months now) when I was coding VBA we used the func IsLoaded. Does VB have a comparable func?

If not is there a way to find out which forms are loaded?

Also is there a comparable command for maximizing a form?

Thanks much
Trudye
 
you can set the WindowState property of the form to have it be maximized
 
And the Forms collection holds all forms that are currently loaded.

Greetings,
Rick
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top