| Thread | Last Post | Replies |
|
| WaitCommEvent timout | 20 Feb 2008 16:01 GMT | 5 |
I have a loop in a separate thread that reads data from a COM port. The loop in the thread checks a flag to determine when to exit. My problem is when I try to stop the read loop it hangs on WaitCommEvent when there is not data coming from the COM port. Since overlapped is not ...
|
| Problem with Reading Sim Contacts | 20 Feb 2008 06:33 GMT | 5 |
I am trying to read SIM contacts from my Windows Mobile. The code is given below class SimManager {
|
| Change backLight brigtness programatically | 19 Feb 2008 10:17 GMT | 1 |
I'm developing a program in Windows mobile 5.0 with Compact Framework 2.0 and Visual Studio 2005 that must be showing information to the user whitout the user interaction. I use SystemIdleTimer to prevent the turn off but the brightness still "go
|
| Windows CE window size | 18 Feb 2008 19:33 GMT | 6 |
I am writing a PocketPC application, and to get a window which is full screen, I use CW_USEDEFAULT on Width, Height, Left and Top on CreateWindowEx. Now, that produces a too large window. The bottom panel of the device is
|
| Prevent turn off device when running an application. | 18 Feb 2008 18:09 GMT | 5 |
I'm developing an application that must be running all the time (it doesn't need the interaction of the user). This application is like a GPS Navigator, so the user must see all the time where he is in a map. I try it the SystemIdleTimerReset but somewhere I read that it waste a ...
|
| Detecting window close on PocketPC | 18 Feb 2008 17:22 GMT | 4 |
How can one detect that the used has clicked the X button of the window? Windows CE doesn't send a WM_CLOSE message, but only a WM_ACTIVATE. But a WM_ACTIVATE could be caused by many other things, so it's not a reliable way to find that.
|
| Importing Certificate to respective store. | 18 Feb 2008 17:07 GMT | 1 |
I am able add certificate on to store on the device from my application.But on the device, when importing, if the cert has an associated private key, it should to go into the Personal Store. If the cert doesn't have a private key, it goes to the Intermediate store.
|
| Cursor disappears from textbox control for font sizes larger than 20 | 18 Feb 2008 09:25 GMT | 1 |
I am working on an application which targets windows mobile 5.0 pocket pc devices in C#2005. Now the cursor shows for font sizes smaller than 20 for a multiline textbox but it doesn't for larger font sizes.
|
| download evb3 | 17 Feb 2008 22:27 GMT | 2 |
where can I download the old evb3? thanks t.
|
| Audio buffer problems on WM5 | 16 Feb 2008 02:30 GMT | 11 |
Hi, We are developing an app for Windows Mobile 5.0 PPC and Smartphone that requires audio capture and play using wave API. We have 2 thread time_critical priority threads handling the capture and playback.
|
| VS2008 #^$@!$ and its wizards | 15 Feb 2008 17:18 GMT | 1 |
OK, so I migrated from VC6 and eVC to Vis. Studio 2008, and it is the pits.... The latest migrane headache: I needed a quick utility so I created a new Smart Devices dialog based project. Added a couple of controls to dialog, and started connecting
|
| Sending mail in c# | 15 Feb 2008 13:00 GMT | 2 |
How to send email in c# compact framework.i know the code to send mail in c# windows application any one send me the code to send mail in c# compact framework Regards,
|
| Only digits in edit box | 15 Feb 2008 11:06 GMT | 2 |
I am using edit box that is created like this: HWND ctrl = ::CreateWindow( L"EDIT", L"", WS_CHILD | WS_BORDER | WS_TABSTOP | ES_NUMBER, 0, 0, 0, 0,
|
| Phone logs | 14 Feb 2008 22:33 GMT | 8 |
Need to access the phone' log history - Incoming, outgoing, missed etc. I cannot find any info accept for MSDN showing P/Invoke. Downloaded a VS solution which has both C# and a VB project. Both compile and run but the Phone test shows incorrect info! This application was created ...
|
| Reading owner phone number from wm5 device | 14 Feb 2008 21:51 GMT | 3 |
Is it possible to read the owner phone number from wm5 device?
|