| Thread | Last Post | Replies |
|
| How to Read from Device? | 30 Dec 2008 21:10 GMT | 6 |
Using Visual Studio 2005 Professional: How can I read a unique identifier for our devices? We are getting to where we have more and more of them, and we want to be able to distinguish which devices are sending in data.
|
| C++ program to work with ActiveSync | 30 Dec 2008 19:47 GMT | 3 |
any one knows a website or sample C++ programs? I'd like to write a C++ program to work with ActiveSync. When active sync comes up, my program can be selected to run, get device info and the data from the PDA and put some data back to
|
| WM5 GPS Position using GPS Intermediate Driver | 25 Dec 2008 20:09 GMT | 10 |
Hi, it took me about two days to get the c# GPS Sample project provided with WM 5/6 SDK running on my PPC 5/6 emulators. Actually I am using the code from the SDK6 sample to run on my WM5 EMulator and on my WM5 PPC Hardware.
|
| global keyboard hook? | 25 Dec 2008 01:15 GMT | 1 |
How to implement a global keyboard hook? I need the ability to selectively "block", "rewrite" or "passthrough" WM_KEYDOWN/UP messages globally. Lisa
|
| Establishing Connection Balloon | 23 Dec 2008 17:00 GMT | 1 |
Is there a way to programmatically set the default selection for the Establishing Connection balloon? My application uses any network connection to access a web based service and even though wifi is enabled and connected, windows mobile still dials the
|
| location of the photos taken by the camera | 23 Dec 2008 04:26 GMT | 5 |
is the location of the photos created by the built-in camera always "\My Documents\My Pictures\"? if not, what is the API to determine the folder where the photos are created (when using the built-in camera)?
|
| Subclassing WM_PAINT of windows controls | 23 Dec 2008 04:11 GMT | 2 |
I have subclassed some of windows controls, such as edit box and combo box. I did this to modify texts and draw it in my way. And I found some strange behavior. I have subclassed WM_PAINT message, but the controls paint strings without WM_PAINT message.
|
| HTC Camera SDK help | 23 Dec 2008 02:47 GMT | 4 |
I need HTC Camera SDK to development a camera software. So,where should I find the SDK? B.R. Alan
|
| GETRAWFRAMEBUFFER broken on Asus A696 (aka Asus CANNES) | 21 Dec 2008 13:26 GMT | 1 |
GETRAWFRAMEBUFFER is broken on the Asus A696 (aka Asus CANNES) Windows Mobile device. ExtEscape GETRAWFRAMEBUFFER returned 1 (means implemented) GETRAWFRAMEBUFFER: pFramePointer = 0x46600480, cxStride = 0, cyStride = 0,
|
| Detecting system date/time change | 20 Dec 2008 16:06 GMT | 3 |
How can my native C++ application get notified when the user (or an automatic synchronization) changes the system date/time? It's not receiving WM_SETTINGCHANGE nor WM_TIMECHANGE then... Should it?
|
| Rotating the Content of the Screen | 20 Dec 2008 15:26 GMT | 1 |
Anybody have any VB code examples for switching screens from portrait to landscape. Most everything I found on Microsofts site is in C. Am using VS 2008 and Windows Mobile 6 Classic. Would really like to get my app to display in landscape mode.
|
| How to perform action immediately after dialog shows up? | 18 Dec 2008 17:44 GMT | 1 |
I'd like to perform an action immediately after my dialog shows up. I tried posting a custom message at the end of WM_INITDIALOG, and everything would be great if not the menu bar, which appears *after* my message is processed (and thus its appearance is delayed by my
|
| Resource Editor | 18 Dec 2008 06:43 GMT | 6 |
It's me again. This time it's little bit different issue. I'm not sure whether this is proper topic for this thread or not..If not, sorry for bothering you, but I can't find other thread for this issue. If you could let me know the proper thread, I'll post there.
|
| Playsound during a call | 18 Dec 2008 03:58 GMT | 1 |
Hi , We are developing an app for WM6 Pro and Standard in C++ using VS2005. i am using the following code to play a tone intermittently, it works fine outside of a call but during a call it i hear one tone but it doesn't loop, why
|
| Installation on Vista | 17 Dec 2008 07:41 GMT | 2 |
I've installed our product onto a Vista Basic system. I ran the installer as administrator and there were no errors displayed however when I run the application it has problems associated with VFPCOM. Are there specific settings that I need to apply to VFPCOM to make it
|