M
mcm
I see lots of discussion regarding people trying to port a desktop app to Windows CE. But I'm trying to go the other way.
I have a relatively mature application running on Windows CE 5.0 (built with C# .NET and Visual Studio 2008).
The CE application collects data and displays the results. It uses dozens of "fuill screen" (640x480) forms and all of the graphics are GDI+. There isn't anything that is CE specific in the code.
I'd like to (quickly and easily) build a desktop version of the same application so that I can have an offline data viewer.
Unfortunately, I don't see anything in Studio 2008 wherby I can click a magic button that builds a desktop compatible EXE file that runs in a 640x480 window.
What is my best (i.e. quickest and easiest) approach for gettting this thing running on my desktop?
Ideally, I'd like the CE and desktop apps to run from the same code base so that revisions will apply to both platforms.
Thanks,
- Mark
I have a relatively mature application running on Windows CE 5.0 (built with C# .NET and Visual Studio 2008).
The CE application collects data and displays the results. It uses dozens of "fuill screen" (640x480) forms and all of the graphics are GDI+. There isn't anything that is CE specific in the code.
I'd like to (quickly and easily) build a desktop version of the same application so that I can have an offline data viewer.
Unfortunately, I don't see anything in Studio 2008 wherby I can click a magic button that builds a desktop compatible EXE file that runs in a 640x480 window.
What is my best (i.e. quickest and easiest) approach for gettting this thing running on my desktop?
Ideally, I'd like the CE and desktop apps to run from the same code base so that revisions will apply to both platforms.
Thanks,
- Mark