CF2.0SP1 on CE 4.2

  • Thread starter Thread starter Mark Huisinga
  • Start date Start date
M

Mark Huisinga

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
 
Mark Huisinga said:
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 ?
Seems you have created a Windows Mobile Application. Try project type
Windows CE (5.0).

Marc
 
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
 
Back
Top