| Thread | Last Post | Replies |
|
| Invisible tab control | 18 May 2007 19:29 GMT | 1 |
Hi, There are some posts in hte archives about creating an invisible tab control to prevent the Autoscroll bar appearing on PPC in landscape mode, its just that the links seemed to have 'expired'.
|
| PocketPC registry | 18 May 2007 18:35 GMT | 3 |
I haven't found a simple example of how to perform registry operations on the PPC, but in the WinCE Developer's Handbook I'm looking at, it says the only difference between the two is that I have to prefix everything with "Ce". Guess I can do that.
|
| Decompressing CAB files | 18 May 2007 16:43 GMT | 3 |
I have a requirement where in I have to decompress a PocketPC CAB file and identify all the files contained within it. I have tried utilities like Extract, CABARC etc, but the as CAB is build using an INF, the file names in CAB are not exactly the same as actual names.
|
| How to force the phone app message to the top when a call is incom | 18 May 2007 12:08 GMT | 5 |
I have a problem with a logon application, which is that on some devices, when the device is locked (logon screen active), when incoming phone calls are received the message window doesn't appear above the logon screen. Most devices are fine, but some are not. this problem is ...
|
| ScrollWindowEx but the controls don't move | 18 May 2007 09:24 GMT | 1 |
I have the following code: case WM_INITDIALOG: { DWORD dwStyle = GetWindowLong (hWnd, GWL_STYLE);
|
| PocketPC 2003 application does not run on MotoQ | 17 May 2007 19:00 GMT | 4 |
All of my applications are written written in eVC++3.0. None of them works on MotoQ device. I get Alert "Can't find <app> (or one of its components). Make sure the path and filename are correct and that all required libraries are available.
|
| about a NotSupported | 17 May 2007 16:36 GMT | 5 |
when i invoke a CreateGraphics() method on a Panel, it pops a NotSupportedException when debugging, but msdn says this method is supported for the Control class in compact framwork, isn't Panel a sub class of Control? i search the web some people say this method is support for ...
|
| T Mobile Dash (HTC S620) creating a wifi connection | 17 May 2007 03:11 GMT | 3 |
I am developing an application that will need to upload images from a TMobile Dash(HTC S620) running WM5.0. This app will need to upload via Wifi when available or fall back to GPRS when not. My question is how do I scan for wifi networks and how do I create a connection via ...
|
| Is it possible to register custom SSP on Mobile5 for PIM? | 16 May 2007 21:18 GMT | 4 |
Recently I was trying to porting an old SSP from PocketPC 2000 to Mobile5 device. The SSP was used to synchronize PIM information (Calendar, Task and Contact) between desktop and device. It was working in the following
|
| OK key on Treo700 | 16 May 2007 19:49 GMT | 1 |
Ok key on Treo700 closes the active form. But this does'nt happen with my multi-form app. Is this default functionality of the device. If it is, it has to work with my app. Why does it not. If it has to be done explicitly, whats the key char for 'ok'? I could check for that char
|
| soft keys on pocketpc 2003 devices | 16 May 2007 19:49 GMT | 2 |
Does'nt PPC 2003 devices support soft keys like the soft keys on WM PPC devices. I require this kind of a key to support 5-way navigation in my app. The four soft keys on the PPC 2003 are for 'start','landscape','pop-up menu','close'. Theres no other key that
|
| HKLM\init keys | 16 May 2007 19:21 GMT | 3 |
I would like my app to start upon a reset and want to use the HKLM \init keys to accomplish this task. Currently I have an application that installs its files and edits the HKLM\init key to add its own LaunchXX key value. For some reason my application will not start
|
| Interpreting the percentage values from PhoneSignalStrength into bars? | 16 May 2007 18:36 GMT | 2 |
The UI I'm writing has to copy the signal bars as shown on the usual WM5 screen. However, I'm seeing that the values I get back from the State&Notification for the signal strength can behave quite differently between different device types (though the same between
|
| Available networks and refresh in WLAN | 16 May 2007 17:58 GMT | 1 |
There is a " Available networks" lists and "Refresh" button in the settings/connections/wireless LAN/SiteSurvey/. How to get these "Available networks" in the wireless LAN windows and also how to "refresh" it by coding?
|
| OBEX (Bluetooth) configure new MIME type | 16 May 2007 16:43 GMT | 3 |
I'm trying to configure a new MIME handler 'foo.exe' that will work on every file with the extension '.foo' sent to a Mobile Device. I already managed to configure the MIME handler for files downloaded from my web-server and for files received by pocket outlook.
|