VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



FullScreen Apps

by Phrostbyte Solutions (1 Submission)
Category: Miscellaneous
Compatability: Visual Basic 3.0
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating: (5 Votes)

Make your Form(s) fullscreen without any Active X or even any Code! Very Useful, especially when making VB Games. Takes about 30 sec!

API Declarations
Ok here is how you make a Fullscreen Form:
Do this in the properties of the form
1) Keep Caption Blank
2) Set ControlBox to False
3) Set WindowState to 2 - Maximized
That it! No code needed!!

Rate FullScreen Apps

Ok here is how you make a Fullscreen Form:
Do this in the properties of the form
1) Keep Caption Blank
2) Set ControlBox to False
3) Set WindowState to 2 - Maximized
That it! No code needed!!

Download this snippet    Add to My Saved Code

FullScreen Apps Comments

No comments have been posted about FullScreen Apps. Why not be the first to post a comment about FullScreen Apps.

Post your comment

Subject:
Message:
0/1000 characters