| Thread | Last Post | Replies |
|
| How to search archives | 09 Feb 2006 00:41 GMT | 1 |
Could someone tell me how to search the archives for this newsgroup? Thank you. Timothy Dean
|
| SetCurrentDirectory - relative paths | 08 Feb 2006 23:54 GMT | 1 |
Is there anyway to set the current directory in PocketPC? I want to be able to use relative paths, but set the current directory to something other than where the executable is located. Is this possible? Thanks. Timothy Dean
|
| How to use Dmprocessconfig? | 08 Feb 2006 23:34 GMT | 1 |
Anyone who has a good example of how to use Dmprocessconfig to "deploy" a xml on a PPC? Erik
|
| Screen size in Mobile 5.0 app | 08 Feb 2006 22:16 GMT | 2 |
I built an application using Visual Studio 2003. I have since loaded the app in Visual Studio 2005. Now when I deploy it to a Windows Mobile 5.0 pocket pc it runs in approx one quarter of the screen. If I deploy to the Windows Mobile 5.0 emulator it looks correct.
|
| OS version - WINCE -VS- PPC | 08 Feb 2006 21:52 GMT | 1 |
I'm aware of the OSMajorVersion and OSMinorVersion. 3.~ = Pocket PC 2000/2002 4.20 = Pocket PC 2003 4.21 = Windows Mobile 2003 Second Edition
|
| form-level keypress | 08 Feb 2006 21:46 GMT | 5 |
I'm in 2003se and I'm looking for the easiest way to handle keypresses on a form level. I've dug around in this list and elsewhere, and I've seen how I can catch a keydown in each control, and if it's a key I want to process globally, pass the eventargs to the form's keydown
|
| CERunAppAtEvent not supported on MS Mobile 5.0? | 08 Feb 2006 21:44 GMT | 2 |
does anybody have the same problem, that there's no "Notification_event_rs232_detected" on a Pocket PC that has MS Mobile 5.0? I'm searching for an event that fires when a Pocket PC is set into a cradle. Thank you in advance,
|
| PPC 6700 built in GPS | 08 Feb 2006 20:13 GMT | 3 |
Does anyone know what the capabilities are of the built in GPS in the PPC 6700?
|
| App.Config in VB.NET CF possible? | 08 Feb 2006 17:55 GMT | 1 |
Can I use App.Config in VB.NET for Compact Framework? If yes, is there somewhere a tutorial how to save/read values to this file? I'm new to this! Thanks
|
| HW keyboard OK button | 08 Feb 2006 16:18 GMT | 1 |
How can I detect if the HW keyboard OK button has been pressed?
|
| SHFullscreen taskbar flicks between forms | 08 Feb 2006 12:50 GMT | 3 |
I am using SHFullscreen in CF2.0 and set Form.windowstate to maximum, it works fine, but however i can still see the taskbars flashes in between forms. Is there a way to solve it? Many thanks.
|
| Is there an event viewer in windows mobile 5.0? | 08 Feb 2006 11:28 GMT | 2 |
Is there an event viewer in Windows mobile 5.0 pocket pc, I have seen in this group that it is not there in windows 2002. What can I do for event logging? Thanks in advance
|
| VK_LEFT and VK_RIGHT in list view | 08 Feb 2006 10:47 GMT | 3 |
I have a list view in my program and I need to know when the user push left and right navigation keys. I wrote following code in my WndProc (). case WM_NOTIFY: {
|
| MessageBox problems | 08 Feb 2006 08:45 GMT | 1 |
this is so funny, On my smartphone, I execute this code: MessageBox(NULL, L"ONE", L"ONE", MB_OK); MessageBox(NULL, L"TWO", L"TWO", MB_OK);
|
| Control Hardware keys on PPC | 08 Feb 2006 06:08 GMT | 2 |
Hi, I have searched all 900 odd posts and have found none that help me. I have an iPaq 1910 and I have a program written in eVC++ and I need to disable the hardware buttons in code so they do not launch the apps they are supposed to (eg. calendar, tasks ets) but instead pop up a ...
|