| Thread | Last Post | Replies |
|
| Not use OpenNETCF in C# | 04 Dec 2006 13:31 GMT | 1 |
I'm trying to make some actions on the registry with OpenNETCF and also to run a process. Is there another way to do that ? For example, if I call a dll ? The code is the following and the methods I need is "GetAttributes",
|
| PocketPC UI standard | 04 Dec 2006 11:22 GMT | 2 |
Is there any document available online, which gives the standard height for controls and toolbar for PocketPC UI programming? Regards, Herojit
|
| PPC Emulation: Proper connection and TCP/IP settings? | 04 Dec 2006 03:08 GMT | 2 |
I am totally brand new to development for the PPC. I don't have a PPC yet, but intend to get one very soon. I am hoping that I explore PPC development and EMULATION with my brand new installation of VS 2005.
|
| scheduler | 03 Dec 2006 15:06 GMT | 2 |
Is there some kind of scheduler I can use to execute some program at a certain time? Lisa
|
| access waveform buffer data | 03 Dec 2006 15:06 GMT | 1 |
i use waveform in MSDN library to record audio from microphone , stream and send it by serial port between PPC. now i can .. but i need to remove noise , so i want to access waveform buffer data .. i create waveheader and use method like this
|
| MSVCR80D.DLL | 02 Dec 2006 09:56 GMT | 3 |
I am facing a typical problem. While testing I found that my App.dll is not loading. While checking the dependencies with depends.exe, it is found that it depends on MSVCR80D.DLL for memmove_s call and my device doesn;t have the same. But nowhere in my source I am calling memmove_s ...
|
| Shortcuts | 02 Dec 2006 00:10 GMT | 2 |
After struggling hard with trying to get shortcuts working, with COM functions as is done in windows, I found SHCreateShortcut function for CE. However, I wish to make a shortcut to a folder, and provide a custom icon. That seems not to be possible.
|
| newbie: how to include math functions | 02 Dec 2006 00:07 GMT | 1 |
I'm in Visual Studio 2005, I'm trying to use PI and Sine and Cosine functions. Out of VS' Help function, I can get information on them, except what to include in order to invoke one. I'm coding in C. I tried "#include <math.h>"; that didn't do it. Can someone please tell
|
| WM5 phone edition detect mobile network connection | 01 Dec 2006 23:19 GMT | 2 |
What is the best way to run some code as soon as the phone signs on to the GSM network? Run a service? Put something in the start up folder? Get some kind of notification, or sit there and poll the status of the phone at some
|
| Siimple c++ problem | 01 Dec 2006 22:29 GMT | 6 |
I am trying to write a simple text file. The text file gets created but the contents aren't right. It has something to do with UNICODE but other solutions posted on this topic don't seem to be working for me. Here is my program...
|
| Adding Outlook calendar entries from host PC | 01 Dec 2006 21:21 GMT | 2 |
I am new to developing apps on a PPC (running WM5). I would like to be able to programatically create/update calendar appointments on a Pocket PC from a host PC through ActiveSync. What resources are available out there to do this? I'm working with Visual Studio 2005 in C#. I ...
|
| WM 5.0 PPC or CE 5.0 as target device produces different behaviour when using Bluetooth. | 01 Dec 2006 15:29 GMT | 5 |
Short Background: I'm developing an application which connects to a custom hardware unit via Bluetooth. I'm experiencing different behaviour in the phase of connecting to the unit depending on which target device I'm selecting
|
| floating point library in Winmobile for division operation | 01 Dec 2006 12:12 GMT | 1 |
Is there any floating point library available for WinMobile (on ARM) to suport division operation? I tried FP10.obj and it mentions about "div" function and "ldiv" functions only. (int, long respectively)
|
| Title | 01 Dec 2006 11:55 GMT | 1 |
For Windows Mobile 5.0 Smartphone, the title gets updated using: hWndTray = FindWindow(TEXT("tray"), TEXT("tray")); SendMessage(hWndTray, WM_USER, (WPARAM) 8, 0L); How to do the same for a PocketPC?
|
| Registry bug | 01 Dec 2006 10:37 GMT | 2 |
I am developing an application in winmobile 5.0 where i am making some changes in few registry entries maintained by me.While exiting the app i am checking whether the changes have taken place or not,which always shows success.
|