| Thread | Last Post | Replies |
|
| How to Display WindowText | 19 Sep 2005 11:24 GMT | 2 |
I am trying to display information about running processes on a PPC. I have managed to display all information accept the text on th windoe title, it only displays (null). I am using embedded C++ on a iPAQ hx2750. I have resently started to use embedded C++. I am using a callback ...
|
| Findwindow - how in managed code? | 19 Sep 2005 11:14 GMT | 8 |
Hi people, I have a suite of applications developed for a mobile device using VS2005 Beta 2 and the .NET compact framework. The applications need to be capable of bringing each other to the front of the Z order. Problem is I cant use
|
| How to start develop Pocket PC Games? | 19 Sep 2005 09:41 GMT | 2 |
I want to develop some game for Pocket PC. Any one know where i can get more information about it. Thank you very much =^_^=
|
| Can't find PInvoke DLL 'sqlceme30.dll' | 19 Sep 2005 08:48 GMT | 2 |
It looks like I need to install SQl Server CE on my Pocket PC device. Is that the answer to this issue? If yes, how to I locate the right downoad and how do I procedd to install it on my device? I tried unsuccesfully to install SQL Server CE 2.0 on my device.
|
| Rotate Text | 18 Sep 2005 15:36 GMT | 2 |
I'm trying to display on the Pocket PC a line of text at an angle of 45 degrees, but I haven't found any particular method that might rotate text. I'm using C# in .Net 2003. Any help is appreciated.
|
| wanted any files & folders within a folder be copied to PPC using cab install | 18 Sep 2005 14:25 GMT | 5 |
Hi, I wanted any files & folders within a folder be copied to PPC using cab install. I just can't figure it out a way to do that without manually writing lots of lines of code in the .inf file. We normally do something like this:
|
| PocketPC File Compression Utilities | 17 Sep 2005 16:07 GMT | 2 |
Does anyone know of any cheap (or free) pocketpc file compression utilities which can be redistributed with an application. For our desktop apps, we use the compress.exe which comes with Windows. Is there something similar for Windows CE?
|
| HELP with Help Files | 17 Sep 2005 13:07 GMT | 1 |
Okay, I have created an htm help file for an application I wrote for my Pocket PC. The language I used for the application is C# and Visual Studio .NET 2003. What I need now is to use the p/Invoke command and a means to display
|
| Combo Box Sort | 17 Sep 2005 00:51 GMT | 1 |
I've looked at some threads about this but none really fit what I am looking for. I have a combo box which is NOT tied to a database field. I want to sort, but there is no sort method that I can find. I created my own, but it takes
|
| SSL Checking | 16 Sep 2005 23:16 GMT | 1 |
I'm writing a new app for Mobile 2005 and am having troubles with the SSL checking. In Mobile 2003 there was a registry entry to disable the SSL checking. I have tried adding that but still receive an error that the SSL certificate is invalid.
|
| keypad.dll and kbdhid.dll | 16 Sep 2005 22:03 GMT | 5 |
Can anyone tell me what the differences are with these dlls? Also, how can i determine what functions are exported by these dlls? these are on my pocket pc device. i would like to the ability to clear my keyboard buffer programmatically at times and hoping the key might
|
| VB.NET vs C# | 16 Sep 2005 21:26 GMT | 1 |
I understand that the only current MS programming languages for Windows Mobile 2003, is VB.NET or C#, both included in VS-2003. I've read in an O'Reilly book that a programmer coming from VB-6.0 (such as me), will find it just as easy to migrate to C# as VB.NET, and C# is likely ...
|
| APPLICATION RUNS WELL FROM DEVICE STORAGE MEMORY | 16 Sep 2005 18:40 GMT | 1 |
I am developing a WinCE application using evc 4.0. The application was working fine. Now I have just added few more lib files to support more functionality. Now when I run the application from program memory, it is getting crashed. Interesting part is, when I run it from the pocket ...
|
| Copy, Cut, Paste??? | 15 Sep 2005 23:22 GMT | 1 |
How do you impliment the copy paste functions into your pocketpc apps? I am using VB.net 2k3 I have an applicationt that I would love to be able to past information into instead of typing it all out again.
|
| Drawing Text with ClearType in transparent mode | 15 Sep 2005 17:08 GMT | 2 |
My application is not compatible with ClearType. Because it draws text on top of itself on an transparent background: ... lf.lfQuality = NONANTIALIASED_QUALITY;
|