Reply to thread

[code=vb]

Me.Width = Windows.Forms.Screen.PrimaryScreen.Bounds.Width

[/code]

This will return the width of the screen for you.


Back
Top