Q: Difference between WindowsMobile.Forms and Windowsce.Forms?

  • Thread starter Thread starter Martin
  • Start date Start date
M

Martin

Hi!

I am reading the dokumentation for developing an application for a cell
phone

I came a cross the Namespace: Microsoft.WindowsMobile.Forms and
Microsoft.Windowsce.Forms.

they seem to contain the same classes?!?

I guess there must be a difference ;)

I am using Windows Mobile 6.0 as target device (Standard and Proffessional)

Regards
Martin
 
Forget what i said. I must have come back to the same page when navigating
in the help.

But just out of curiosity. Why dont they embedd the classes from
WindowsCE.Forms into WindowsMobile.Forms?
The target is for mobile devices in both cases, just wondering?!?

Regards
Martin
 
They can't be merged.

WindowsCE.Forms contains things like the MessageWindow which can be used in
non-WM devices. The WindowsMobile namespaces are for WM-only devices.


--

Chris Tacke, eMVP
Join the Embedded Developer Community
http://community.opennetcf.com
 
Back
Top