windows mobile - .NET Compact Framework app that will run on both Professional and Standard -


Whether professionals (touch screen) and standard (non-touch screen) devices.

I have a simple application that is mostly text and buttons which should be able to run on both professional and standard devices in theory, if there is a slight improvement.

It seems the IDE wants to make this difficult impossible, but I hope it will be possible.

Any advice?

Change the project's goal to "Windows CE", which will close all IDE filtering. You will then need to worry about shaping the form, etc. in the designer because they will not have a snappy device-specific emulator skin. Then you can choose the appropriate target device and it will still be running normally.


Comments