| Thread | Last Post | Replies |
|
| How to set the audio capture filter properties? | 11 Jun 2008 15:10 GMT | 4 |
I tried adding a registry key HKEY_LOCAL_MACHINE\Software\Microsoft\Pictures\Camera\OEM\VideoProfile\<number>\AudioCaptureFilter and then added the following dword FormatTag = 1
|
| Implement a timer | 10 Jun 2008 14:18 GMT | 4 |
I have a digital timer on my dialog eg. "00:13" - it is just a static text box updated every second by a timer which increments an integer variable to represent the second count. My dialog also has several butons which record certain bits of data to a
|
| Bluetooth from Internet Explorer on PPC? | 10 Jun 2008 07:00 GMT | 6 |
I want to connect with and send serial data from an Internet Explorer instance running on a PocketPC 2003 or WM 5 or 6 to a remote Bluetooth- enabled device. I am not sure how to approach this problem. The only web code I have written is a bit of JavaScript and a few Java applets
|
| how to open GPRS with wifi enabled? | 10 Jun 2008 00:00 GMT | 4 |
I am able to open the GPRS with ConnMgrEstablishConnectionSync() when wifi is disabled, but the GPRS is not able to open if wifi is on already with the same ConnMgrEstablishConnectionSync() call. Is there any regEdit have to set in this situation?
|
| (POOM, C++) How to force appointment to beep? | 09 Jun 2008 20:49 GMT | 1 |
I do Appointment.put_ReminderSet (FALSE), before yet will not work a certain condition. After if appointment is still actual it is necessary that about it have reminded (have beeped). If to put Appointment.put_ReminderSet (TRUE) it all the same will not work.
|
| btsearch error | 09 Jun 2008 20:47 GMT | 5 |
I am trying to use the btsearch (Bluetooth Device Discovery http://msdn.microsoft.com/en-us/library/bb158664.aspx) of the windows mobile 6 version and i have "Socket Error: 10108" message in the IPAQ (hx2750). Regards
|
| Text box control in Windows Mobile | 09 Jun 2008 10:30 GMT | 1 |
I am looking for a text box control in Windows Mobile, which can set the background color and round edge rectangle of text box, does anyone know where I can get it or share some ideas to me? Thanks in advance,
|
| How to delete CallLog on Windows mobile in C++? | 07 Jun 2008 21:59 GMT | 2 |
I got CallLog on Windows mobile 6 using C++ API, such as PhoneGetCallLogEntry, I couldn't find a way or API to delete CallLogs. Could anyone guide me to get through this situation? Thanks
|
| How can I send a stylus tap at any X,Y posistion to a Window? | 06 Jun 2008 16:40 GMT | 2 |
Can someone please tell me what VB .NET function to use to send a stylus tap to any given X,Y coordinates on the WM6 screen? I need to press the bottom-right menu-button in a third party application. I've been looking all day at SendMessage but I can't figure it out. I
|
| Creating a "Global Event Manager" | 06 Jun 2008 05:13 GMT | 4 |
I want to create a "Global Event Manager", which would take charge of dispatching system/driver events to applications that need them. Some examples of these events are "memory card inserted", "memory card full", "memory card
|
| How can I set focus to one of the running processes in the task list? | 05 Jun 2008 18:22 GMT | 8 |
Newbie developer question please. I've got a list of running processes using opennetcf - how do I switch to one of them, i.e., make its form the active window? What I'm trying to do is check that an application is running and, if so, switch to it
|
| Active Sync,Pocket PC & Desktop | 05 Jun 2008 15:26 GMT | 6 |
It is posible to connect to device Pocket PC "Not Emulator" through Active Sync and read all Contact's from pocket to Desktop application? Which of namespace or Base Class of Mobile Device SDK i must to use? Thank's in advance
|
| Sleep and Resume application | 05 Jun 2008 15:18 GMT | 1 |
I am trying to make a simple test application that makes a WM device sleep and resume continuously. I made a routine for sleep with the API, SetSystemPowerState, but I can't find the API for wakeup in several hunders seconds after sleep.
|
| PhoneSendDTMFStart in WM5 | 05 Jun 2008 05:18 GMT | 2 |
I need to send DTMF tones over exisitng call. In WM6 you have the PhoneSendDTMFStart and Stop functions, are these not in WM5. I am not using TAPI is there some other high level way of doing it in
|
| Minimizing an Dialog based application in Windows Mobile 5.0 | 04 Jun 2008 21:23 GMT | 8 |
i want to minimize an dialog based application in pocket pc . i tried using showwindow(sw_minimize) but it does not work is there any other api to achieve the same .
|