Groups | Blog | Home
all groups > dotnet compact framework > june 2006 >

dotnet compact framework : CF2.0SP1 on CE 4.2


Mark Huisinga
6/14/2006 3:54:14 PM
Hi,

I've installed the CF2.0SP1 beta to see if my CF2 app works on a CE 4.2
Device. The only problem I have is that on every form the 'toolbar area'
(area the size of a toolbar at the top of each form) is lying on top of
every control. It is only usable as a toolbar.

Is there a solution for this ?

thanx,
Mark

Marc Ambrosius
6/15/2006 12:00:00 AM
"Mark Huisinga" <mhuisinga@newsgroups.nospam> schrieb im Newsbeitrag
news:eyUjg.89007$A51.72166@beryl...
[quoted text, click to view]
Seems you have created a Windows Mobile Application. Try project type
Windows CE (5.0).

Marc

Peter Foot [MVP]
6/15/2006 12:00:00 AM
If you are writing for both Windows Mobile and Windows CE shells of the same
form factor you'll need to move all the controls down by the appropriate
number of pixels so they are not hidden by the toolbar. One way of doing
this is to use a panel control set to the size of your form and then check
the Toolbar.Top property to see if it is located at the top of the client
area, if so position the panel below this

Peter

--
Peter Foot
Windows Embedded MVP
www.peterfoot.net | www.inthehand.com

[quoted text, click to view]

AddThis Social Bookmark Button