Salat Posted February 18, 2003 Posted February 18, 2003 I've searched the forum, but I did not find the solution... I'm trying to set Form with, which is the same as desktop width. Have you got any ideas? pleas help... Quote profesjonalne programowanie na zlecenie :)
TechnoTone Posted February 18, 2003 Posted February 18, 2003 Me.Left = 0 Me.Width = SystemInformation.PrimaryMonitorSize.Width Quote TT (*_*) There are 10 types of people in this world; those that understand binary and those that don't.
*Experts* Volte Posted February 18, 2003 *Experts* Posted February 18, 2003 I don't quite understand... do you want to make the form the same size as the desktop width? Me.Width = Screen.GetWorkingArea(New Point(0, 0)).Width This will also take into account docked windows like ICQ that deduct from the available real-estate. Quote
Salat Posted February 18, 2003 Author Posted February 18, 2003 Yes exactly, I want to make the Form width the same width as Desktop has. Your code helped me a lot, thank you guys... Quote profesjonalne programowanie na zlecenie :)
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.