|
-
Oct 29th, 2001, 02:30 PM
#2
PowerPoster
I am not sure if you can change the window's dimensions as you want(maybe with some API calls).
If you want to maximize the form, set the form's property "WindowState" or "State" to vbmaximized.
If you want to show the form in fullscreen mode, set the form's property "WindowState" or "State" to vbmaximized, and set the borderstyle to NONE.
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
|