spokes
Full Member
I <3 Rollerblading
Posts: 423 Reputation: 10
34 / /
Joined: May 2004
|
RE: Need VB help(Visual Basic)
quote: Originally posted by CookieRevised
coderivate Sub Form_Load()
Left = (Screen.Width - Width) \ 2
Top = (Screen.Height - Height) \ 2
End Sub
1) Why do you use the properties like "Left", "Width" and not "Form.Left", "Form.Width", etc?
2) Why do you use "\" and not "/"?
Why don't you use / ?
|
|