CF Menu question

  • Thread starter Thread starter SStory
  • Start date Start date
S

SStory

I added a menu to my CF application.

For pocket PC the menu is at the bottom.

To get the affects I wanted I am drawing everything instead of using label.
controls...but

on Win CE it seems the menu is at the top and my program should be
offsetting everything vertically to respond to this.

What should I do?

I want the app to run on both pocket pc and wince?

Isn't that wise?

Thanks,

Shane
 
Try drawing differently depending on the platform. To determin the platform use the OpenNETCF.EnvironmentEx in the OpenNETCF SDF.
 
Sorry,

What is OpenNetCF?

Is that a 3rd Party thing?

If so isn't there a framework way to find out?

Shane

Mark Arteaga said:
Try drawing differently depending on the platform. To determin the
platform use the OpenNETCF.EnvironmentEx in the OpenNETCF SDF.
 
Back
Top