| Thread | Last Post | Replies |
|
| Unable to connect to the remote server | 30 Sep 2008 14:41 GMT | 2 |
Hi, i'm developing a mobile application that use a web services. the web service work if is call in standard windows application but if I call it in mobile poket pc application i have this exception: "unable to connect to the remote server".
|
| how to convert bitmap to png or jpeg ? | 30 Sep 2008 06:50 GMT | 2 |
I need to convert bitmap to png or jpeg in windows mobile 5.0. Please suggest a way to do this. Regards Shoeb
|
| How can i programmatically differentiate between WM 6.0 and 6.1 | 29 Sep 2008 08:01 GMT | 5 |
I tried using the osversioninfo structure and the only way i figured i could differentiate between the two version was using the BuildNumber(18xxx for WM 6.0 and 19xxx for WM 6.1). But i am not sure how reliable is that.
|
| "The specified module could not be found" | 29 Sep 2008 01:31 GMT | 8 |
I have built a very simple application that is to be run on a Pocket PC. It's written in C++. It compile and links just fine using the "Pocket PC 2003 (ARMV4)" platform. However, when I attempt to run it with the "Pocket PC 2003 SE Square
|
| Accessing files when using the emulator | 28 Sep 2008 22:42 GMT | 2 |
Where does one have to place a file in order to find it using a Pocket PC app that is running in emulation mode? I have an app that is supposed to open a .TXT file. When the app shows the file open dialog it includes folders like: "My Device, "Application Data",
|
| Connecting two bluetooth devices | 26 Sep 2008 17:28 GMT | 1 |
Hi, I am trying to develop an application that will run on a Windows CE 4.2 device that will connect to, and communicate with, another bluetooth device. I have had very limited experience with C++ and I cannot seem to find any examples that help me.
|
| Howto enable Wi-Fi adapter | 26 Sep 2008 09:31 GMT | 1 |
We are looking for a way to enable Wi-Fi adapter on Windows Mobile devices. As I know on iPAQ devices there is exist a private API (smth like iPAQ_Utils) which allows to do such a thing. Is there any possibilities to do it on other platforms, or may be some general way
|
| Event name for signalling that device backlight setting has changed? | 26 Sep 2008 09:13 GMT | 1 |
I have an application that modifies the brightness setting value in the registry file and sends a "BackLightChangeEvent" named event to the system, notifying of this change. In doing this, the device didnt show any responses by changing the brightness to the specified registry ...
|
| UDP via GPRS | 25 Sep 2008 09:30 GMT | 1 |
Sorry for cross posting - figured it would be better off in here! Hello, I hope someone can help! We have an application running on a variety of Windows Mobile devices linking to an office program via UDP over the 02 GPRS network. This has been
|
| UDP via GPRS | 25 Sep 2008 09:29 GMT | 3 |
Hello, I hope someone can help! We have an application running on a variety of Windows Mobile devices linking to an office program via UDP over the 02 GPRS network. This has been running fine on over 1000 devices for the past 3 years until 20/09/08 when
|
| Translucent Windows | 24 Sep 2008 16:07 GMT | 3 |
I want to hae a translucent Button in WM5. But I did'nt find any chance. Nit .net 2.0 and not pure C. The definition of WS_EX_LAYERED is missing in WM5-SDK. IS there a chance to get a control to be translucent ? Thomas
|
| IPOutlookItemCollection::Restrict error E_INVALIDARG | 24 Sep 2008 12:02 GMT | 1 |
Hi. Tell me please what could be a mistake. IPOutlookItemCollection:: Restrict returns an error E_INVALIDARG. WCHAR query[MAX_QUERY_LEN];
|
| D3DM gets LockRect failed | 24 Sep 2008 05:00 GMT | 2 |
I am developiing Moblie 3D now, but I get a strange problem. I want to get data of surface. I do it on PC and windows mobile emulator that it works well. But, when I try it on mobile device, the LockRect returns D3DMERR_INVALIDCALL.
|
| incoming/outgoing call recording | 23 Sep 2008 14:51 GMT | 1 |
there is a possibility to record voice calls (incoming & outgoing) on CE; Can someone point me how to do that and what API must be used ? I tried to use TAPI before, lineGetID() with devices "wave/in" / "wave/
|
| Serialization w/ Pocket PC 2003? | 23 Sep 2008 14:21 GMT | 4 |
Does the Pocket PC 2003 support Serialization? If so, how? The typical IFormatter field that I use with serialization does not seem to be included.
|