|
I am just starting off Windows OEM development and have come across these two terms Windows CE and Windows Mobile . What is the difference between the two?
Started by MeThinks on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Currently, Pocket PC (now called Windows Mobile Classic), SmartPhone (Windows ....
Allow me to quote Wikipedia here:
Windows Mobile is best described as a subset of platforms based on a Windows CE underpinning.
|
|
Does Windows 7 come with the Windows Mobile Device Centre included, or do I have to download and use Windows Mobile Device Centre 6.1 ?
I've got a Palm Treo 750v running Windows Mobile 6, are there any known issues?
Started by Kev on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
It didn't popup the first time I plugged in my mobile but I was able to find it it from Start -> All Programs.
Using Windows 7 Ultimate (RTM) and it came with Windows Mobile Device Center.
|
|
I need to find a way to remote & communicate between windows pc and windows mobile via C#. What is the best way to do it via C# ?
Started by Anton Setiawan on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Br, Marcel.
Hi,
have a look on this: http://stackoverflow.com/questions/344335/windows-mobile-c talking to any compatible device, not only to a windows pc.
Remoting.
|
Ask your Facebook Friends
|
I'd like to develop a few applications for a device I own which has Windows Mobile 2003 on it, but I don't care to hunt down a copy of Visual Studio 2003 to do so. I'd like to know if the Mobile 6 SDK can be used for this purpose.
There's no upgrade path...
Started by Chris Charabaruk on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
System Requirements
* Supported Operating Systems: Windows CE .NET; Windows Mobile 2003 software for Pocket PCs
* Supported Device Operating Systems: Windows Mobile Software for Pocket PC 2003, Windows Mobile....
|
|
What are the major differences between Windows CE and Windows Mobile for a programmer? I'd love to find a feature table, but haven't been able to find one on the Microsoft web site.
I'm starting to work on a project involving industrial handheld terminals...
Started by Brad Bruce on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Because you are working underWindows CE....
Mobile developers that can use Visual Studio and develop in .Net languages, because Windows Mobile and your application will work on both Windows CE and Windows Mobile.
|
|
I have a Windows .NET application that I plan to "port" and tailor to a mobile device. The application consists of a standalone .NET program that works with a barcode scanner, has a simple UI and records the scans to a file. There is also a Windows Service...
Started by PavelR on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
I made some experience in developing....
As far as I know Windows Mobile 6.1 is a more specialized version of Windows CE to target mobile to target mobile phones/smartphones so best stick to Windows Mobile.
|
|
I have a rather complex application that was originally built for Windows CE (using Visual Studio 2008, C# 2.0). I'm now trying to get it to run on a Windows Mobile device. There are a few UI quirks, however. I notice that the background color is all ...
Started by Jason on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
On Windows Mobile setting your form's WindowsState property to FormWindowState.Maximized will cause Mobile <--> Windows CE porting and in general if I need to resolve differences like this I end up, Windows ....
|
|
How to maximize a windows mobile window ?
Started by Olavo on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
To do this, set.
By default Windows Mobile will always maximize a normal FOrm (and strip off the caption bar might be asking about how to make a Windows Mobile form take up the entire screen.
|
|
I've got an HTC Dopod 810 phone which runs Windows Mobile 5.0.
I want to be able to send SMS messages from a Windows PC (XP and 7) from the phone while connected via the USB port. I am using ActiveSync to synchronize the phone with Outlook 2003 and 20...
Started by Martin Hollingsworth on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
Jeyo mobile extender http://www.jeyo.com/extender.asp It does not specifically state windows 7.
|
|
I have a goal to build an application with UI that would run on both Windows Mobile and "normal" desktop Windows. The priority is for it to "look good" under Windows Mobile, and for desktop Windows it is OK if it distorted. Before I invest days trying...
Started by Ignas Limanauskas on
, 6 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Library , then create two client projects (one for your desktop app and one for the windows mobile for mobile devices (soft keys, etc) - assuming you are writing a winform exe, and not a web page (which.
|