Today my new HP iPAQ was delivered at my home, but now I want to know two things before I start any project:
- In which languages can I develop for it(Windows Mobile 5)?
- Where can I download this softwares?
Thanks.
Today my new HP iPAQ was delivered at my home, but now I want to know two things before I start any project:
Thanks.
From Microsoft you generally have 3 language options: C#, VB.NET or C/C++. These are all done using Visual Studio 2008 Professional (or higher).
For non-Microsoft offerings you have a few others such as:
Windows Mobile runs the .NET Compact Framework, which will support development in C# and VB.NET. You can also develop for Windows Mobile using MFC/Win32 APIs in C++ or Embedded Visual Basic. At the end of the day it s a stripped-down Win32-based OS, so there are other options, but these are probably the most popular.
Depending on your experience, it will probably be easier to get Visual Studio 2008 and develop in a .NET language, the development experience is pretty nice and there is a built-in emulator in Visual Studio, so you don t need to have a device plugged in unless you are working with device-attached or embedded hardware.
Unfortunately, Visual Studio 2008 Express editions (the free versions) do not support Mobile development, you would need to run a trial version or purchase a license.
I used Visual Studio 2008 to learn about Windows Mobile programming. Visual Studio 2008 comes with everything you need to get started with programming for Windows Mobile phones. I wrote my application with C#, not sure of any other languages for Windows Mobile, but a good link to get started is Windows Mobile Development Center.
I m experimenting with maps on different mobile platforms. Getting Google Maps to work on Android was easy, following this tutorial. Getting the same to work on Windows Mobile is a different matter. ...
I m developing a Windows Mobile application with C# and .NET Compact Framework. I want to fill a Bitmap with an image that it s smaller. To fill this new Bitmap I want to repeat the image ...
I m developing a Windows Mobile application that uses Bing Maps Web Service to show user s position on it. I think I have a problem if the user hasn t got internet service on his mobile, so I think I ...
I need to determine the version of Mobile Internet Explorer on a Windows Mobile 6.1 device. So that I can report the same user-agent string as is being used by Mobile Internet Explorer. The user-...
I need to develop a custom listview control (ie, i need two labels and a progress bar in each list item) . I am new to windows mobile so please help me with code samples.
I was seeing about Windows Mobile 5 SDK at Microsoft Download Center and I also see some requirements to run it: System Requirements Supported Operating Systems: Windows Server 2003 Service Pack 1; ...
Today my new HP iPAQ was delivered at my home, but now I want to know two things before I start any project: In which languages can I develop for it(Windows Mobile 5)? Where can I download this ...
I have as asp.net webserver that I hosted and I went to my mobile application I am building and made a web reference to it. So it finds it and stuff and now I can access the web methods because of ...