Click here to Skip to main content
15,917,328 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
VB
If MousePosition.X > Screen.PrimaryScreen.WorkingArea.Width - (My.Computer.Screen.Bounds.Width + My.Computer.Screen.WorkingArea.Width) Then 'R
                    Form2.Show()
                    Form2.Size = New System.Drawing.Size(Screen.PrimaryScreen.WorkingArea.Width / 2, Screen.PrimaryScreen.WorkingArea.Height)
                    Form2.Location = New Point(My.Computer.Screen.Bounds.Width + My.Computer.Screen.WorkingArea.Width - Screen.PrimaryScreen.WorkingArea.Width, 0)
End if


The taskbar must be on the left why the windows don't snap to the right can you fix it for me
alsofrom move envet
Posted
Updated 24-Sep-11 14:00pm
v4

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900