| Thread | Last Post | Replies |
|
| DataGrid question | 28 Nov 2005 02:12 GMT | 1 |
I have a program where DataGrid is bounded to a Datatable with DataTable style added to a DataGrid, but it did not display my headers. Here is a code:
|
| HP iPAQ hw6515 GPS (programming) | 28 Nov 2005 00:33 GMT | 2 |
Does anybody know whether I can access the GPS programmatically on the HP iPAQ hw6515 - I believe it's visible as a COM device but what do I send and receive etc? Regards
|
| How to stop "flashing" of titlebar text? | 27 Nov 2005 21:57 GMT | 4 |
My PPC app uses a series of forms in C#. I've set the Text property of every form to my app's name. But whenever one form is being changed to another, the appname disappears, "Start" is revealed for a moment, and then my appname reappears when the new form is loaded. I find ...
|
| Screen capture | 26 Nov 2005 22:50 GMT | 3 |
I am working on some kind of transition effects, which requires scrolling of windows. So, the existing window should scroll to any direction (say left) and the new screen should come from the Right to left.
|
| Serial no Help | 26 Nov 2005 03:37 GMT | 2 |
Hi, I have tried all the code examples in this forum for obtaining the serial number of my PDA(iPAQ 1710 running PPC2003) and they all work fine - but none return the exact serial number thats on the back of the PDA. I have
|
| programmatic creation of SMS | 25 Nov 2005 17:02 GMT | 1 |
i want to intercept SMS messages as they come in. found samples for this. what i want then is to modify this SMS and insert some additional content into it. the user should then be able to view this SMS in the standard Text Messages Inbox application.
|
| Calling OnPaint 2 times | 25 Nov 2005 15:55 GMT | 4 |
I'm building a custom control with C# that paint a series of lines. The odd lines are always the same but the pair lines not, in order to enhance drawing it's possible to draw firstly the odd lines and then the other and when something changes draw only the changed lines?
|
| Poclet Word Is support automation? | 25 Nov 2005 12:02 GMT | 4 |
can I create or edit a document by COM-Obj in my app? just like Win32's.
|
| How to get the color table from BITMAP? | 25 Nov 2005 07:48 GMT | 3 |
I need your help, please! My problem is how can I get the color table from bitmap loaded in memory? I have only bitmap handler referencing to it (HBITMAP). I know that it is possible with GetDIPColorTable() function, but I'm
|
| Help me...Help me.... | 25 Nov 2005 05:38 GMT | 3 |
Please let me know how to do cut off the message: "The program you have installed may not display properly because it was designed for a previous version of windows mobile softeware" when we are finished the installation a application to PCC. I don't like it. I am using Window ...
|
| How to detect addition of an event handler | 24 Nov 2005 20:06 GMT | 3 |
I'm developing a custom control for .Net Cf which joins together two existing control type, a parent combo box and a child text box. I would like to have both controls respond to the same event handlers so that the user of the control only needs to add the handler once. To make
|
| CAB file format... | 24 Nov 2005 14:26 GMT | 5 |
Does anyone know where to find a document describing the internal format of Pocket PC .cab files ? I've found sites describing generic .cab files, such as those that you get on a Windows install CD, but the Windows Mobile .cab files have extra
|
| Advanced Newbie: is MsgBox eating my TextBox? | 24 Nov 2005 13:35 GMT | 2 |
I defined Tx_upd_memo as TextBox on a form. Here is my code: MsgBox(Tx_upd_memo.Text, , "1 memo") MsgBox(Tx_upd_memo.Text, , "2 memo")
|
| Theme installation with blank spaces in the path | 24 Nov 2005 13:01 GMT | 2 |
I have a very simple application that is setting the PPC theme using the following command: "\Windows\wceload.exe /noaskdest /noui /nouninstall /delete 0 \path\to\my\theme\theme.tsk"
|
| Code signing for WM 5.0 | 24 Nov 2005 08:38 GMT | 2 |
I have a problem with loading a driver on a Windows Mobile 5.0 device. As I've come to understand it, I need to get it signed. I've looked at both GeoTrust and VeriSign's homepages but they only seem to have code signing for Microsoft Smartphones and not for Pocket PC, see below:
|