| Thread | Last Post | Replies |
|
| Activesync service provider Stock provider sample | 23 Apr 2006 18:02 GMT | 2 |
I'm trying to get the active sync provider sample "Stock Portfolio" that comes with Windows Mobile 5 SDK - to work but I can't. The program installes but doesnt sync. It doesnt even appear in the sync settings. Things done:
|
| Get Name of and .exe | 23 Apr 2006 16:46 GMT | 1 |
How can I know is my .exe started through shortcut (pointing to it) or the .exe path itself? GetModuleFileName doesn't work in this case (it always returns the path of an .exe so I can't tell how my program has been started). Thanks for replying
|
| need your input re Tablet PC - can I handwrite my emails ? | 23 Apr 2006 14:15 GMT | 1 |
need your input re Tablet PC - can I handwrite my emails ? ************************************* I am looking to buy a tablet PC so I can handwrite my emails as opposed to typing them in.
|
| power button detection | 23 Apr 2006 10:40 GMT | 5 |
how do i detect that the power button of the pda (the one with an icon of a circle and a line and closes the pda when pressed) has been pressed? Does anyone know how to do this in C#? Thanks I would really appreciate any sample code, thank you again in advance!
|
| Send SMS messages to/from server | 23 Apr 2006 09:44 GMT | 3 |
I want to create an SMS based application. The Pocket PC or Windows Mobile client sends an SMS message to the server (using built-in UI). My application on the server captures the message; parses it; composes the reply; and sends the reply back to the device in the SMS format.
|
| ActiveSync API (ppc side) | 22 Apr 2006 22:16 GMT | 7 |
Is it possible to extract some info from ActiveSync from a PPC Application? I need the following: Status if connected or not
|
| wceload from evc | 22 Apr 2006 18:33 GMT | 2 |
How can one start wceload.exe from eVc 4 code, I need to extract a (cab with wceload)? What's the syntax?
|
| dial up connection on Windows Mobile 5.0 using RasDIal | 22 Apr 2006 18:23 GMT | 3 |
We are developing a piece of code that can connect to internet using dial up. We are using the microsoft API RasDial to do this. We have deployed the same code on Pocket PC 2003 and it works without any issues. But the same piece of code when built and deployed on a Windows ...
|
| DirectDraw Blt problem | 22 Apr 2006 09:48 GMT | 4 |
Hi, I created following FlipScreen function that refer to sample of donuts. But I faced error return of E_INVALIDARG when I called Blt(). Please help! lhresRet = g_lpddsPrimary->Blt(&lrectDest, g_lpddsBack, &lrectSrc, g_dwTransType, NULL);
|
| PocketPC SD Card & storage management | 21 Apr 2006 19:34 GMT | 1 |
Sorry if this question is too basic for those of you familiar with the topic, but I have an HP iPAQ 2415 and recently bought a 2GB SD Card so that I could save more photos, music, documents, etc. I was hoping that the device would "leverage" the additional storage without any ...
|
| Dummy question | 21 Apr 2006 19:28 GMT | 1 |
I used eVB 3 for a compaq. what does one use for mobile, Wi-Fi, 3-G, etc on Compaq, tablets, etc???? Can it be downloaded free like eVB 3.0?????
|
| Read line from file | 21 Apr 2006 19:28 GMT | 7 |
i'm using : TCHAR szUnicode[512]; if((stream = _wfopen(szTempPath, TEXT("r"))) != NULL ) fgetws(szUnicode, sizeof(szUnicode)/sizeof(TCHAR), stream);
|
| cpf file on WM 5.0 | 21 Apr 2006 19:10 GMT | 4 |
I am developing on a Windows Mobile 5.0 and using Microsoft's advice of using provisioning to modify the registry. I created a sample file that will adjust the BackLight value. Using a MSDN article I created a cpf file(_setup.xml to myfile.cpf) using
|
| MaskBlt and ShLoadImageFile | 21 Apr 2006 17:29 GMT | 2 |
I'm loading Images from files (png type) using ShLoadImageFile but now I'm stuck because I can't show properly the transparent bits of my image. Does anybody know how to extract the mask from the image that I load? Also, when trying to use IImagingFactory and IImage in SP2003, I ...
|
| how to make a SoftPhone | 21 Apr 2006 16:50 GMT | 1 |
I want to develope a softphone and need SIP and H.323 stack. CE 4.2 and 5 provide the facilities that are only with platform builder.... The question is for making a soft phone what options I have other then implementation of stack by my self....
|