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 DeclarationsOk 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!!
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!!