In VB6 IDE if you doubleclick on the titlebar of the form designer, it maximizes/restores. But in VB.net it opens up code window.
How do you quickly maximize/restore the form designer window ?
Printable View
In VB6 IDE if you doubleclick on the titlebar of the form designer, it maximizes/restores. But in VB.net it opens up code window.
How do you quickly maximize/restore the form designer window ?
Shift+Alt+Enter is the keyboard shortcut to send VS full-screen on my system. Check the View menu to check what it is on yours.
No. I don't mean fullscreen.
I want to maximize the "Form Designer" window, whick is the child window of the main VS.Net IDE.
Please see the pictures below.
http://www.vbforums.com/attachment.p...1&d=1243514665
http://www.vbforums.com/attachment.p...1&d=1243514665
So what you actually meant was the form in the designer, as opposed to the form designer itself. As far as I'm aware that's not possible in VS.NET.
Isn't there any other way to maximize the form other than by manually setting width/height ?
Anybody ?