| Thread | Last Post | Replies |
|
| StdAfx.h | 15 Feb 2006 14:57 GMT | 2 |
In the StdAfx.h files there are two lines at the beginning: #if !defined(AFX_STDAFX_H__<string>) #define AFX_STDAFX_H__<string> where <string> is a long string of various chars.
|
| Use FindWindow( ) or FindWindowEx( ) ? | 15 Feb 2006 14:03 GMT | 7 |
I am working on a little application that should find a dialog in another application and send WM_COPYDATA message to that window. The dialog is created by hWndPs = CreateDialog( hIns,MAKEINTRESOURCE(IDD_DIALOG2 ),
|
| Serial Port | 15 Feb 2006 12:33 GMT | 2 |
I need to connect a pocket PC with a device via serial port to recieve datas. I'm trying to find how can I call the serial port in the pocket PC. I'm using Visual Studio .NET 2005 to develop the aplication. Thanks
|
| Screen Flicker so much | 15 Feb 2006 09:48 GMT | 1 |
When I drag a small GIF image on the PPC screen, the background and the image flicker so much, even though I invalidate and update only the small area cover by the image. How can I fix the flickering problem? My development language is C#.
|
| Attach menu to Dialog | 15 Feb 2006 09:40 GMT | 1 |
I am trying to attach a menu bar to a dialog box. I have written following code but menu is not showing on dialog: CMenu menu; menu.LoadMenuW(IDR_MENU1);
|
| WM5 Download Agent Docs? | 15 Feb 2006 08:51 GMT | 1 |
I have been trying to locate some documentation for the new Windows Mobile 5.0 Download Agent for my own edification. Does anyone have a URL they would care to share that describes what this thing is and what it does? Thanks!
|
| CE strings | 15 Feb 2006 08:04 GMT | 4 |
I'm having problem downloading the cab file onto my device. I looked at the setup.log and notice that the CE strings in my .inf is not being translated. Does anyone know why it's doing that? thanks
|
| Weird things about waveOutOpen() | 15 Feb 2006 03:34 GMT | 7 |
I had used waveOutOpen in one of my previous project. But same code in new project did nothing. So I wrote some testing code like following: WAVEFORMATEX fmt1;
|
| Idle time(s) | 15 Feb 2006 02:08 GMT | 1 |
I am interested how can I get the idle time values. So far I found in help only: void WINAPI SystemIdleTimerReset( void); - to reset the timers and
|
| Calendar Control (like Pocket PC calendar) | 15 Feb 2006 02:07 GMT | 1 |
I am having a little trouble finding a calendar control that looks and feels like the default Pocket PC calendar to put into an application i am building. Does anyone out there have any suggestions?
|
| Targeting CF 2.0 | 14 Feb 2006 22:37 GMT | 1 |
I am targeting a Windows Mobile 5 PDA and am trying to write a .NET application. I got to using a Dictionary and realized I don't have access to the new properties that are in CF 2 (e.g. Dictionary.Item()). I can't figure out how to change Visual Studio 2005 to know to use CF 2 ...
|
| generating DTMF tones problem | 14 Feb 2006 19:53 GMT | 1 |
I need some urgent help regarding the TAPI callback function... 1- I need to detect out going call 2- dissconnect the call if it is international 3- dial a number and send DTMF
|
| LSPs on WM5.0 Beginner Questions | 14 Feb 2006 17:32 GMT | 2 |
Hi folks-- I'm trying to implement an LSP into hp iPaq running Windows Mobile 5.0, but I'm having a heck-of-a time wrapping my head around it. I have the Layered.exe example, as well as the TSP/CE5.0 example in the SDK, but I don't
|
| Cannot get HMENU from menu created by shmenubar in WM5 | 14 Feb 2006 13:39 GMT | 3 |
I have problem that i need dynamicaly change label of left sof-key in the menu bar of my dialog. I have this code called on WM_INITDIALOG event: SHMENUBARINFO shmbi; // Create our softkey bar
|
| Passing a pointer to a constructor fails | 14 Feb 2006 12:48 GMT | 1 |
I have a weird problem compiling for debug ( at least I find it weird ;) I have code looking something like pPage = new GPage( pDataPointer ); where pDataPointer points to a valid class
|