| Thread | Last Post | Replies |
|
| Hi-Res emulator | 05 Apr 2005 09:19 GMT | 8 |
I have installed evc4, sp4, and "Windows Mobile 2003 Second Edition Emulator Images for Pocket PC - WWE.msi". I believe that the emulator should support landscape mode, but I do not see this option on the emulator. I looked in "Settings->System->Screen".
|
| SHFullSCrren method | 05 Apr 2005 08:45 GMT | 2 |
I use this code, on a ppc: Capture = true; IntPtr hwnd = Win32.GetCapture(); Capture = false;
|
| Tracking HTML Content on Pocket PC | 04 Apr 2005 22:15 GMT | 1 |
I have learning content implemented in HTML and need to run it on a Pocket PC. When the learner uses the content on the Pocket PC, I need to collect tracking information such as assessment results, score and bookmarking of last page visited etc.
|
| Pointer of a file, not moving after a FREAD or FWRITE ??? | 04 Apr 2005 21:54 GMT | 10 |
I don't understand. I am using FRead and FWrite in a WCE 3.0 with eVC 3.0++. I am using the fread and fwrite functions to read some structures in a file. The file has been opened with the "rb+" parameter.
|
| ITask and IRecurrencePattern | 04 Apr 2005 21:23 GMT | 1 |
I'm trying to find out if a recurring task occurs on a particular date. I'm able to the get the IRecurrencePattern of the task but here is where I'm having trouble. Whenever I pass a date to the GetOccurence() method of the IRecurrencePattern I always get false no matter how ...
|
| registry value of touchscreen calibrating & eVC++ exe make for xscale | 04 Apr 2005 20:42 GMT | 2 |
i ve used the registry editor of eVC++ to get registry value of the screencalibation in : hkey_local_machine\hardware\devicemap\touch and i put this value in another PDA, same Model (ipaq 4150), but this one
|
| Windows Media Player Series 9 - Power requirements | 04 Apr 2005 18:37 GMT | 6 |
Anyone has any idea whether the media player application will issue a setpowerrequirement command when it starts to play a file? I noticed that a PmSetPowerRequirement command is executed when I click play.
|
| TouchScreen Calibrate | 04 Apr 2005 18:19 GMT | 21 |
i m looking for how bypass TouchScreen calibrate after a hardreset on a PDA. i think about looking in the rom and reflash pda with modify rom (but i think this impossible), or rebuilding a new winCE with platform builder. i think that build a new driver only will not be efficient ...
|
| disable IE warning message when loading activeX control | 04 Apr 2005 13:11 GMT | 5 |
I just try my application on the new Windows Mobile 2003 second edition (version 4.21) and I found a change in the way Pocket IE manage embedded activeX control. Each time a control is loaded, a warning dialog box appears.
|
| Problem with the SHCreateShortcut function | 04 Apr 2005 12:41 GMT | 2 |
I've got a problem withe the SHCreateShortcut function. I use it like this : SHCreateShortcut( _T("\\Windows\\Menu Démarrer\\Programmes\\myprog.lnk") ,_T("\\Program Files\\myprog.exe"));
|
| Uninstall | 04 Apr 2005 04:04 GMT | 1 |
Im calling a function to clear of all the files of my application by deleting it recursively. how ever it doesnt work on deleting the directories and return from the loop.. can any one find the problem with this?
|
| Code for backlight brightness level that works on Ipaq, doesn?t on Axim | 03 Apr 2005 15:17 GMT | 4 |
I am using the code below for changing backlight brightness on iPaqs and works OK. But it don't work on Axim (al least X50v). I've found that the program that changes the brighness in Axim modify the same registry keys, and calls the same BackLightChangeEvent (at least has
|
| RegisterHotKey | 03 Apr 2005 06:37 GMT | 3 |
I use RegisterHotKey to intercept the hardware buttons and I can capture them on different PDAs but on my h6315, I can not intercept the hardware keys for Phone and Disconnect. Any advice is greatly appreciated.
|
| Tab Navigation in C# | 02 Apr 2005 22:07 GMT | 1 |
I'm trying to figure out handling keyboard navigation using tab in Windows forms in C# on the PocketPC. Can anyone piont me to (or provide) sample code? I googled, check MSDN--no really good examples. MSDN offers on topic "Navigation and Keyboard Detection" but I admit I can't ...
|
| Adding custom icon to system toolbar (system tray) | 02 Apr 2005 21:12 GMT | 1 |
I need to add an icon to system toolbar, just like "PC Connection" icon appears at right-bottom corner of the screen. If Pocket PC would have a system tray, it would not be an issue at all. But the problem is how to do the same thing here.
|