T
Tom Sage via .NET 247
(Type your message here)
--------------------------------
From: Tom
VB.NET - trying to place a form in the lower right of the screen. Tried the following code, but it seem to be a little low. Thanks for any ideas.
Me.Top = System.Windows.Forms.Screen.PrimaryScreen.Bounds.Height - Me.Height
Me.Left = System.Windows.Forms.Screen.PrimaryScreen.Bounds.Width - Me.Width
--------------------------------
From: Tom
VB.NET - trying to place a form in the lower right of the screen. Tried the following code, but it seem to be a little low. Thanks for any ideas.
Me.Top = System.Windows.Forms.Screen.PrimaryScreen.Bounds.Height - Me.Height
Me.Left = System.Windows.Forms.Screen.PrimaryScreen.Bounds.Width - Me.Width