|
-
Feb 14th, 2007, 04:43 PM
#1
Thread Starter
Member
form expand in whole screen
Hi there, is there anyway to expand my applications form on the whole pdas screen??
I mean, i dont want either the upper bar (start, time, volume), nor the down bar (keyboard, options) to show. i want to take full advantage of the screen.
thanks in advance
-
Feb 14th, 2007, 10:00 PM
#2
Fanatic Member
Re: form expand in whole screen
set the form maximsed to true... this should make the form take up all the screen
Barry
Visual Studio .NET 2008/Visual Studio .NET 2005/Visual Studio .NET 2003
.NET Framework 3.0 2.0 1.1/ASP.Net 3.0 2.0 1.1/Compact Framework 1.0
SQL Server 2005/2000/SQL Server CE 2.0
If you like, rate this post
Compact Framework for Beginners
-
Feb 15th, 2007, 06:31 AM
#3
Thread Starter
Member
Re: form expand in whole screen
-
Feb 15th, 2007, 06:32 AM
#4
Fanatic Member
Re: form expand in whole screen
what operating system is on the device, windows ce or windows mobile/pocket pc??
Barry
Visual Studio .NET 2008/Visual Studio .NET 2005/Visual Studio .NET 2003
.NET Framework 3.0 2.0 1.1/ASP.Net 3.0 2.0 1.1/Compact Framework 1.0
SQL Server 2005/2000/SQL Server CE 2.0
If you like, rate this post
Compact Framework for Beginners
-
Feb 15th, 2007, 06:34 AM
#5
Thread Starter
Member
Re: form expand in whole screen
wow you are fast...i edited my reply, i was setting the width of the form hardcode in my program. took that off and maximized windows state worked fine.
thanks
-
Feb 15th, 2007, 06:35 AM
#6
Thread Starter
Member
Re: form expand in whole screen
moreover, as long as i have the window mazimized, how can i get its width and height? i am using pocket pc 2003 and working on the compact framework
-
Feb 15th, 2007, 06:35 AM
#7
Fanatic Member
Re: form expand in whole screen
just as a follow up, on windows ce its different in that you need to set the taskbar to autohide.....
Barry
Visual Studio .NET 2008/Visual Studio .NET 2005/Visual Studio .NET 2003
.NET Framework 3.0 2.0 1.1/ASP.Net 3.0 2.0 1.1/Compact Framework 1.0
SQL Server 2005/2000/SQL Server CE 2.0
If you like, rate this post
Compact Framework for Beginners
-
Feb 15th, 2007, 06:38 AM
#8
Fanatic Member
Re: form expand in whole screen
what does me.height and .width return when its maximised...
also since it ll be maximised to the screen size you could use
Screen.PrimaryScreen.WorkingArea.Height and .Width
Last edited by Strider; Feb 15th, 2007 at 06:42 AM.
Barry
Visual Studio .NET 2008/Visual Studio .NET 2005/Visual Studio .NET 2003
.NET Framework 3.0 2.0 1.1/ASP.Net 3.0 2.0 1.1/Compact Framework 1.0
SQL Server 2005/2000/SQL Server CE 2.0
If you like, rate this post
Compact Framework for Beginners
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|