| Thread | Last Post | Replies |
|
| Porting a Win 32 application to WinCE platform | 21 Sep 2005 00:05 GMT | 1 |
We are in the process of porting a Win 32 application to WinCE platform. The win32 application uses CRT calls which include header files like io.h, direct.h,fcntl.h etc. But these are not available in WinCE platform. Can anyone please tell the recommended way of porting to WinCE ...
|
| Question for upgrading Pocket PC 2002? | 20 Sep 2005 20:19 GMT | 1 |
I have an iPaq Pocket PC 2002. Does anybody know if it is possible to upgrade it to Pocket PC 2003? If so, how? Thanks a lot in advance, Sheng
|
| storing a DC | 20 Sep 2005 18:12 GMT | 2 |
I'm experiencing strange things with my Pocket PC app, and wondering if anyone knows the answer to this. I basically have a Drawing class that I've developed to just handle double-buffering for me. Now, when I create my window (main window), I also do a GetDC call and store that
|
| How to quickly produce a cab file with many files inside ? | 20 Sep 2005 16:22 GMT | 6 |
I've produced a soft for Windows Mobile 2003. For many reasons, this soft needs a lot of files installed on the device, for running. I'm trying to produce a cab file which includes these files (let's say an hundred).
|
| Windows ce 5.0 and windows mobile 5.0 | 20 Sep 2005 12:20 GMT | 1 |
I recentely started working on Pocketpc's. Can anyone tell me what is the difference between "windows ce 5.0 device and windows Mobile 5.0 device". If I get this information I can further proceed in my work clearly.
|
| App not closing when form is dismissed | 20 Sep 2005 07:44 GMT | 2 |
I've got a simple app composed of one form built in C#. When I click the "x" icon in the upper right, the form is dismissed but the application remains running. What's the proper way to end an application in C# after the last form is closed?
|
| GetIfTable return error ERROR_INVALID_PARAMETER | 20 Sep 2005 07:41 GMT | 1 |
I'm developing a pocket pc application that monitoring the gprs traffic, to do this I found this article: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/iphlp/iphlp/get iftable.asp This is my code:
|
| Which SDK I should use for Pocket PC application development? | 20 Sep 2005 07:38 GMT | 1 |
I am a new guy in developing an application on Pocket PC (neither Pocket PC 2002 nor Pocket PC 2003). I found one Pocket PC 2000 SDK in Microsoft from the following link: http://www.microsoft.com/downloads/details.aspx?familyid=bb3f4d7b-de2a-4e1a-a175 -26a68c301ac4&displaylang=en
|
| Webcam Programming Windows Mobile 5.0 | 20 Sep 2005 07:06 GMT | 1 |
How can I directly access webcam in Windows Mobile 5.0? Is DirectShow supported and can it be programmed using C#? Can this code work on my pocket pc (when sinchronized of course): http://www.codeproject.com/cs/media/directshownet.asp
|
| Connecting to SQL Server from Pocket PC | 20 Sep 2005 06:10 GMT | 1 |
I'm trying to connect to an instance of SQL Server 2000 on my desktop PC from my Pocket PC using Embedded Visual Basic. I've looked high and low for the name of the OLE DB provider that I need to use in my connection string, but I haven't been able to locate the correct one yet.
|
| Javascript. Checkbox Onclick Event | 19 Sep 2005 20:56 GMT | 1 |
I am creating a web app targeting smartphones. One of the pages contain a list of options associated with a product. The list of options include packages/bundles, so that if an individual clicks on a package, the options that make up that package are automatically
|
| !!!! Retrieving Rom Version,ROM date and Radio Version of Pocket P | 19 Sep 2005 16:49 GMT | 2 |
Hi to all, I have a problem retrieving Rom Version,ROM date and Radio Version of Pocket Pc Phone Editon. I need to know all informations in "Device Information" of Control Panel.
|
| email address of Neil Cowburn of opennetcf | 19 Sep 2005 16:47 GMT | 2 |
the http://blog.opennetcf.org/ncowburn/ is not working for several hours! I wanted to email him about a ConnectionManager class problem. Please reply with his email here or my email address. Thanks. Btw , suggestion for msn search or google: If I type "email address of neil
|
| SetCurrentDirectory() for Pocket PC? | 19 Sep 2005 16:23 GMT | 6 |
Hi everyone, does anyone know how to set the current directory for my pocket pc program? just like SetCurrentDirectory() for PC, but there is no SetCurrentDirectory() in pocket pc, right? This function is important to the program, because the PC version of
|
| File and directory access | 19 Sep 2005 12:36 GMT | 1 |
I have made an app and I want to set the installation directory access to read-only so that nobody deletes my files .. Now problem is how can this be done in C# in pocket pc ?? Also can this b also done through a cab file during installation by changing some setting in the
|