Make your form independent of the screen resolution in a single line with VB6.0.
Make your form independent of the screen resolution in a single line with VB6.0.
Rate Make your form independent of the screen resolution in a single line with VB6.0.
(1(1 Vote))
Form1.move 0, 0, Screen.Width, Screen.Height
End Sub
Make your form independent of the screen resolution in a single line with VB6.0. Comments
No comments yet — be the first to post one!
Post a Comment