Form1 Larger Than Screen, TableLayoutPanel ???
-
As a scenario such as working with PowerPoint, Visio or even VB Studio as well as many other situations. When in design mode you may have your toolbox or an outline preview showing on the left, some sort of properties listing on the right and your toolbar is almost certainly at the top. There are even toolbars available at the bottom. I want to open for example PPt inside the center of my form and the workspace will take up the entire screen, while the entire toolbar on the top, outline pane on the left, slide selection pane on the right and anything I have on the bottom will all be off screen, but available quickly. Throught the use of the four arrow keys and what I am sure will be plenty of code I would like to arrow left to show the outline pane and my work space or arrow up to get to a toolbar and so on. Ultimately I would like my full screen to show my full work space with nothing else in the visible screen, not even the Title bar on top. If I set the form1 size much bigger than 820,620 it defaults back to the builtin maximum allowable size. This machine is currently 800 by 600. Thanks in advance for any assistance or ideas.