| Thread | Last Post | Replies |
|
| activesync overwrite | 06 Apr 2006 22:56 GMT | 1 |
I deleted all contacts on my pocket pc and then sync'd to my outlook 2003 program and wanted to transfer from my laptop to my pocket pc but my arrow was the wrong way and so it cleaned out all contacts. Is there a file that I can retrieve this info from if I did not have the ...
|
| Work with default dialer | 06 Apr 2006 22:55 GMT | 1 |
I want to bring up my own messages on the dilaer window, like I want to display some server number or status instead of number being dialed etc.... how is it possible ? regards
|
| Smarter Way to Calculate Text Height? | 06 Apr 2006 22:54 GMT | 3 |
I wrote some excellent code for calculating the vertical space a paragraph of text takes up. But then when I tried porting it over to the Compact Framework (CF), it wouldn't work. So I adopted an #if construct but it's a kludge. Can anyone offer a better solution than the ...
|
| Guidance in writing WLAN software for PocketPC | 06 Apr 2006 22:19 GMT | 3 |
I am planning to write a WLAN software for Pocket PC and Linux. I can program in C and have fairly good knowledge of 802.11 MAC and have read (and got a good understanding of) the standard. I am don't have idea on what is the starting point in gaining the skills needed to
|
| Win32 API Timer | 06 Apr 2006 20:22 GMT | 6 |
I want to display the time elapsed since an event ocured (in mins:secs).How can i do this , what functions to call in Win32 (not MFC)?.I'm currently testing GetTickCount().If you have an ideea about this please let me know.Thanks
|
| Wceload return value | 06 Apr 2006 19:53 GMT | 3 |
I'm developing an application that will install cab files by starting a new process with wceload as the command and the cabfile as the argument. The problem I'm having is that no matter if the cab file exists wceload always return ok. The CreateProcess will return 1 (OK) and
|
| .ini file for WinCE application manager to deploy an application | 06 Apr 2006 16:08 GMT | 5 |
I have a PXA70 processor running on Windows CE 4.21.(Model : iPAQ 4700) To deploy the application to the PDA I have the following code in an .ini file [CEAppManager]
|
| porting Win32 GDI code to eVC not working | 06 Apr 2006 15:46 GMT | 4 |
I've got an offscreen device context that I've selected a bitmap to m_bmpCarriage.LoadBitmap(IDB_K); m_pdcMem = new CDC(); m_pdcMem->CreateCompatibleDC(pDC);
|
| Emulator problem | 06 Apr 2006 14:36 GMT | 2 |
I use vs2005 & Windows Mobile 5.0 PPC Emulator to develop application. But after some operations, my emulator doesn't response to my mouse click. And keyboard is OK. I reinstall the SDK, but no use. And only the PPC Emulator doesn't reply to the mouse click, other emulator such
|
| VS2005 PPC2003 | 06 Apr 2006 14:26 GMT | 1 |
I'm porting my PPC2003 application to VS2005. I've managed to make it compile, but my dynamic menus no longer work. The menu I'm updating was in a CCeCommandbar when compiled in eVC4++, but in VS2005 I'm using CCommandbar. What I do is use AppendMenu to add items to my menu. I do ...
|
| Problem with SystemDateTime function | 06 Apr 2006 09:56 GMT | 4 |
I'm writing a C# application for the PocketPC 2003 platform but have problem with the SystemDateTime function, if I call it through OpenNETCF or through a DLL. So my PDA is at the time GMT+1 Paris, and sometimes when I want to
|
| MFC Version Problems | 06 Apr 2006 07:45 GMT | 1 |
I just started doing some development for the Pocket PC, got a copy of Visual Studio 2005, and am running into a problem with incompatible MFC versions. The problem is, there's a DLL I need to use, and it was developed using a
|
| Deploy studio dot net 2003 on Dopod device (os wm5) | 06 Apr 2006 07:39 GMT | 1 |
I use studio dot net 2003 on device os 2003 it all ok , But i use same project install in dopod (WM5 OS) it error (my project use sqlce) . How can i do ? Rrg , Thankyou
|
| Using Arabic in WM 5.0 | 05 Apr 2006 19:13 GMT | 1 |
Is it possible to add Arabic support for my WM5.0 application via my resource file where I keep all my string values? If so, can someone point me to some pages that discuss how to do this? Thanks,
|
| PPC 2002 emulator serial port setting | 05 Apr 2006 18:46 GMT | 1 |
I am new to PPC development, and am running a PPC application on my laptop using the emulator run from eMbedded Visual C++ 3.0 in eMbedded Visual Tools 3.0 - 2002 Edition. In the Platform Manager of the emulator, I have set Serial Port 1 to COM3, and Serial Port 2 to None. When I ...
|