| Thread | Last Post | Replies |
|
| Hiding menu CDialog | 29 Feb 2008 22:19 GMT | 1 |
Is there a way to hide the menu bar at the bottom of the screen in dialog box? I created a MFC dialog box application and put the following code in the OnInitDialog function: -- code snippet begin --
|
| Strange Problem with Editbox. | 29 Feb 2008 20:43 GMT | 1 |
I am using an editbox IDC_PORT and i have set the Number property to TRUE so that it allows only digits to be entered.It is behaving as expected if i type something.If i try to enter alphebets it is correctly dispalying "Unacceptable Character".But if i copy some data from other ...
|
| Do we *need to* dynamically link gx.dll? | 29 Feb 2008 20:16 GMT | 4 |
Hi again, I made a note a while ago about a potential bug that would occur if my app installed to a device that didn't have gx.dll in the \Windows directory. The recommendation seemed to be that if I'm using the GAPI (which I am) that
|
| SimWriteMessage issue | 29 Feb 2008 15:23 GMT | 11 |
There are many exclamations that SimWriteMessage doesn't work at all. My own experience shows me that it's still not operational in Windows Mobile 6.0 Is there anyone who successfully used that method?
|
| Bizarre error message from SerialPort.open | 29 Feb 2008 09:42 GMT | 3 |
I have an app that talks to COM8 (the "Outgoing" Bluetooth port on a PDA. Periodically, when it has previously been in use, it seems, I get the error "The port 'COM8:' does not exist."
|
| How to determine if emulator has been hard reset? | 28 Feb 2008 02:38 GMT | 3 |
This is a repeat of a question from a few years ago: http://groups.google.com/group/microsoft.public.pocketpc.developer/browse_thread /thread/2d462b038232464a/9728cd09efb4294f?lnk=gst&q=reset The answer there was to check HKLM\Comm for the BootCount value. There is no such value in ...
|
| Custom LAP verify dialog not appearing on WM 5.0 ppc | 28 Feb 2008 01:42 GMT | 2 |
Hello. I wrote custom LAP on Windows Mobile 5.0 ppc. The name of my device is Dopod D600. My custom lap is working well on the emulator.
|
| try/catch | 28 Feb 2008 01:26 GMT | 2 |
My debug output shows an exception when using CArchive::ReadString() beyond the end of the file. I thought that by handling exceptions, I could prevent the debug output for them:
|
| no more pocket console? | 27 Feb 2008 21:56 GMT | 1 |
http://www.symbolictools.de/public/pocketconsole/applications/PocketCMD/ The venerable pocket console has disappeared, sure could use a copy but the site seems to have gone. Anyone have a place I can get it? The only way to get WM5 to show a console seems to be to use this and
|
| Do we need to build for MIPS, SH for WM 2003+? | 27 Feb 2008 21:44 GMT | 15 |
I've been trying to find confirmation on the practice of building for MIPS and SH processors in Visual Studio 2005, instead of just building for ARM. The closest thing I've found is from a post here by Mr. Robert E. Zaret (see below).
|
| .net cf: BMP/PNG & Speed | 27 Feb 2008 16:52 GMT | 1 |
Hello Community I have a project where I have to use some bitmaps. The space is no problem on the device, but I have some fear that the startup speed is slow when using too many bitmaps.
|
| AJAX.NET timer on Win Mobile 6 | 27 Feb 2008 10:39 GMT | 2 |
Hi!! I'm having a problem with a timer control from AJAX framework. The problem is, when I open the page from Windows Mobile 6 (IEMo 6.12) it will only do the As. Post back the first time... Does anyone know this problem?? Any help
|
| what are API for Bluetooth Internet Access using "dial up null mod | 27 Feb 2008 01:21 GMT | 2 |
I'm developing an socket application on Windows Mobile via Bluetooth. Once Bluetooth is set up for Internet access using Dial up null modem, my program can get a IP from 'socket()'function so that it connects IP network. However, when Windows mobile wakes up after sleep mode, ...
|
| How to install/uninstall apps on emulators? | 27 Feb 2008 01:00 GMT | 5 |
I need to programmatically install/uninstall apps onto the smartphone/ ppc emulators. What are some ways to do this? TIA!
|
| RegisterWindowMessage Help | 26 Feb 2008 15:55 GMT | 4 |
I am using embedded visual basic 3 and pocket pc 2002. I am trying to get my application to communicate with another app, so that it sends a message when it is opened and closed. I found out about RegisterWindowMessage and GetMessage but am unsure
|