|
-
Mar 11th, 2002, 11:27 AM
#1
Thread Starter
Addicted Member
Which API do I use?
Whats the API call to maximize a window?
Thanks
-
Mar 11th, 2002, 01:00 PM
#2
You don't need an API. The WindowState property of the form can be used for that.
-
Mar 11th, 2002, 02:24 PM
#3
Frenzied Member
..but if the window isn't a VB form then ShowWindow() with the parameter SW_MAXIMIZE should be what you need.
-
Mar 11th, 2002, 06:17 PM
#4
Thread Starter
Addicted Member
Thanks Merrion. You didn't insult my intelligence and knew exactly what I needed..
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|