Easiest way to cover the screen with a form.
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.
(1(1 Vote))
form1.BorderStyle = 0 'none
form1.left = 0
form1.top = 0
form1.width = screen.width
form1.height = screen.height
Easiest way to cover the screen with a form. Comments
No comments yet — be the first to post one!
Post a Comment