| Thread | Last Post | Replies |
|
| Easy CEdit question | 08 Oct 2005 03:42 GMT | 1 |
I have a CEdit control that is the first and only control on a CPropertyPage. So obviously when the user switches to the property page, the edit control gets focus automatically. Problem is, it selects the entire text as well.
|
| Sockets that won't stop | 07 Oct 2005 18:54 GMT | 1 |
I've created a very simple tcp\ip program using your basic send and recv socket functions for WM 2003 SE. The sockets are set for blocking which is fine, since they have their own thread, however if I loose connection the socket just hangs forever. Is there a setting I can ...
|
| WM 5.0: CeSet/GetReplChangeBitsEx, CeClearReplChangeBitsEx | 07 Oct 2005 15:58 GMT | 1 |
Does anyone know if the following functions are properly supported in the released version of Windows Mobile 5.0? * CeSetReplChangeBitsEx * CeGetReplChangeBitsEx
|
| PPC and smartphone webcam | 07 Oct 2005 15:06 GMT | 2 |
I have been searching for s/w to allow me to use a ppc or smartphone with a camera as a webcam. the ppc would be connected to a pc via active sync and software running on the ppc and the pc would work together to make the ppc a webcam usable with yahoo instant messenger and the ...
|
| Start Menu side-effects on serial communication | 07 Oct 2005 08:04 GMT | 3 |
Hello, I'm facing a strange behaviour that seems to be related to Start Menu scroll-down / scroll-up. Here's the context : my application uses a CompactFlash to serial adapter (CF-232). It opens the serial comm. port (CreateFile, config set to 9600bps,
|
| Program startup problem | 07 Oct 2005 06:06 GMT | 1 |
Let's say I have a text editor program for the Pocket PC. And we have files: a.txt b.txt
|
| Disabling all pop-up notifications programmatically. | 06 Oct 2005 23:17 GMT | 1 |
I need to disable all pop-up notifications programmatically. I can see that the user can do this from Start -> Settings -> Sounds & Notifications -> Notifications but I do not know how to do it from code. I have found the function SHNotificationRemove but I do not know how to ...
|
| HardwareID | 06 Oct 2005 22:50 GMT | 4 |
I am searching for any kind of pocket pc harware identifier for our license generator. My question is. Does the microsoft pocket pc operating systems support any hardware id's ?
|
| custom CBitmap class | 06 Oct 2005 20:07 GMT | 6 |
In an effort to make it easier for me to work with bitmaps, without MFC or ATL, I created this class. Nothing spectacular, but I'm wondering if this leaks memory or needs improvement.
|
| WM5 freezes after application termination | 06 Oct 2005 19:57 GMT | 1 |
we have an problem with an old PPC 2003 application using several DLLs, all compiled with eVC 3. The DLLs interact over a COM Interface and intensivly uses the TCP/IP socket and heap memory.
|
| Development tools questions | 06 Oct 2005 19:57 GMT | 1 |
I have been developing databases, video, audio apps using Borland Delphi. Unfortunately there are very few tools to use for pocket pc. Which development tools have a similar interface and structure to Delphi. egg dropping components onto a form, similar syntax.
|
| How do I check & enable submenu items in Pocket PC App? | 06 Oct 2005 17:05 GMT | 5 |
I have a pocket PC 2003 app written in MFC. Off the main menu, I have a submenu with some items which need to be checked/unchecked and enabled/disabled according to the current state of the app. Sounds simple, right? You just add a COMMAND_UI handler and set it
|
| Wifi&GPRS&Bluetooth in PPC2003 | 06 Oct 2005 16:47 GMT | 3 |
In PPC2003, I found one funny problem that only one wireless device can be active among Wifi, GPRS, and Bluetooth. When I make a connection to GPRS, Wifi device is shut down. In our application, we need both GPRS and Wifi active at the same time. I did try to use ...
|
| Handango & a new developer product: PTDev, a blitter/sprite/sound library | 06 Oct 2005 14:41 GMT | 2 |
Anyone selling stuff on Handango may wish to check that sensible searches still find your product - they've changed the rules regarding categories etc. in such a way that many items no longer appear in a search.
|
| Beep on a Pocket PC? | 06 Oct 2005 14:20 GMT | 2 |
After some searching I read that I could play a beep on a Pocket PC with this code: [DllImport("kernel32.dll")] public static extern bool Beep(int freq,int duration);
|