Ok, I am using two monitors on my computer. In my project I have a button that will Max my form with no boarder. The problem I am having is; it spills my form over onto my other monitor just a bit. How do I stop this? Here is the code I am using to stop this but it doesn't work. Can someone help me out with this? Thanks
Me.Width = Screen.PrimaryScreen.Bounds.Width Me.Height = Screen.PrimaryScreen.Bounds.Height