| Thread | Last Post | Replies |
|
| Registering a COM object on Pocket PC | 16 Jun 2005 13:57 GMT | 3 |
I am trying to register a COM dll on the Pocket PC 2003 SE Emulator. Although I was able to register it on my desktop using regsvr32, the regsvrce on the emulator gives the following error: "LoadLibrary <dll name> failed. GetLastError returns c1". c1 corresponds to "is not a
|
| kiosk app | 16 Jun 2005 08:00 GMT | 7 |
I want to make a kiosk app from scratch without using any 3rd party apps. Can neone tel me any site , or write up or a sample code that might be of help . Thanks ..
|
| Application cannot launch !!! | 16 Jun 2005 05:53 GMT | 3 |
VS.NET 2003 deploy application but it cannot launch it. Same goes on PPC 2002 emulator and real device. He just deploy it put label in status bar Launching application..... and do nothing. Its realy frustrate :( Help pls !!!!!!!
|
| RAPI init failure with ActiveSync 4.0 in a service | 15 Jun 2005 21:52 GMT | 1 |
Now that the SDKs for Windows Mobile 2005, we tried to port our software to it using VS 2005 Beta 2 & ActiveSync 4.0. I realise the former is a beta and the latter a preview. Our application is a service that uses RAPI calls. With ActiveSync 4.0 when
|
| Reg GetPrivateProfileString | 15 Jun 2005 21:20 GMT | 2 |
I am trying to use GetPrivateProfileString() for ini file io. My application is not using MFC. GetPrivateProfileString() does not seem to be included in PPC runtime library. Is my statement correct? and If yes, kindly point me to an alternative? (I understand that regular fread() ...
|
| Automating the installation of a pocket pc with windows ce | 15 Jun 2005 20:00 GMT | 2 |
I am using the Symbol 8800 pocket pc. Before I install my application I need to make some setting changes. I want to back up all of these settings and be able to restore them if the system has to be hard(cold) booted and then automatically re-install my application. Does ...
|
| How can i active/dectivate GPRS connection programmatically ? | 15 Jun 2005 15:29 GMT | 1 |
|
| Pocket Internet Explorer Cach Settings on Pocket PC 2003 | 15 Jun 2005 14:44 GMT | 2 |
It seems I cant configure the cache amount on PIE 2003. In fact it seems PIE 2003 doesn't even use cache. I have a page with dynamic informations, but it has always the same images, though it reloads them each time I reload the page.
|
| subdirectories in CAB file | 15 Jun 2005 14:12 GMT | 2 |
I tried to create a subdirectory in my destination directory list, but it is not working. I only get the file Dave.vde on my device. If I move the file EnglishGb6.2.atm under the [Files.Common] heading it is copied to my device. Here is the inf file
|
| SIP dissapears after changing portrait/landscape modis | 15 Jun 2005 14:06 GMT | 1 |
in onResize() method i call SipShowIM(1). after changing the landscape/portrait mode SIP is visible for a while, but disappears afterwards.
|
| MouseDown Event in ListView | 15 Jun 2005 13:40 GMT | 1 |
Hello Community, I am not getting the MouseDown event handled in the ListView (using CF). Is there any workaround? Or any patch released for this. Mousedown is very critical for me right now. I need to open a new Form depending on which
|
| Load Event | 15 Jun 2005 13:35 GMT | 1 |
Does a form's load_event loads after the forms' constructer loadind or before? Thank you.
|
| NumericUpDown in Compact Framework in C# | 15 Jun 2005 13:32 GMT | 1 |
I want to use something similar to a NumericUpDown control in my Compact Framework C# program. It should behave the same except that when you press the up arrow, the value is incremented if a particular flag is true, or decremented if the flag is false. The down arrow should ...
|
| Data grid | 15 Jun 2005 13:21 GMT | 1 |
I want to display a single row in a datagrid. but this row has 28 attributes and some of them are brief descriptions(2 to 3 lines). To display data nicely i want my grid to enlarge in height and not in width, so columns have a constant width where the title fits in and cells of ...
|
| Install Windows CE 5.0 on my Pocket PC | 15 Jun 2005 10:35 GMT | 3 |
Is it possible to install Windows CE 5.0 beta on my Pocket PC ? I'd like to do this because I prefer to show the result of my app on my Pocket PC 2005 instead of an emulator. If so, where can I find the beta setup or a trial version ?
|