gary.newport
Registered User.
- Local time
- Today, 07:13
- Joined
- Oct 14, 2009
- Messages
- 79
I have the following code, which was given to me, that is meant to centre the form on the screen. I am aware that it is not working and in fact creates further errors in the code.
However, I am unsure why this does not work.
Code:
Me.Move (Screen.Width - Me.Width) / 2, (Screen.Height - Me.Height) / 2
However, I am unsure why this does not work.