Originally Posted by StealthRT
|
Does anyone happen to have some code for Visual Studio 2005 (VB.NET) to allow me to have my form in full-screen? I've tryed the Maximized, TopMost = true, ToolBar = none but it still shows the top and bottom of the PPC with my form in the middle.
Does anyone know of code or a site that has the code for VB.NET?
Thanks! :)
David
|
I'm not a programmer, but
MSDN might have some answers:
|
Quote:
|
|
The Pocket PC taskbar is at the bottom of the screen, and used by all applications to display menu selections and to show and hide the InputPanel Component. When the user switches to a different application or form, the taskbar always shows the menu associated with the currently active form. The .NET Compact Framework hides the taskbar if the active form does not have a menu associated; therefore, the main form is created with an associated menu to prevent the taskbar from being hidden.
|
I'm not sure, and maybe you've checked this link out already, but
Microsoft's Pocket PC Form Style page *might* have the code you are looking for.