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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top