VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Easiest way to cover the screen with a form.

by Valsu S. (1 Submission)
Category: Custom Controls/Forms/Menus
Compatability: Visual Basic 5.0
Difficulty: Unknown Difficulty
Originally Published: Sat 11th May 2002
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Easiest way to cover the screen with a form.

API Declarations


'i have seen this done in too many complicated ways.
'this is a simple task, and should be treated as such.
'
'create a form named "form1" or replace "form1" with your form name.

Rate Easiest way to cover the screen with a form.



form1.BorderStyle = 0  'none
form1.left = 0
form1.top = 0
form1.width = screen.width
form1.height = screen.height


Download this snippet    Add to My Saved Code

Easiest way to cover the screen with a form. Comments

No comments have been posted about Easiest way to cover the screen with a form.. Why not be the first to post a comment about Easiest way to cover the screen with a form..

Post your comment

Subject:
Message:
0/1000 characters