| Thread | Last Post | Replies |
|
| Today Screen font | 15 Nov 2006 16:21 GMT | 1 |
I am using the following code for retrieving the font to render text on my today screen plugin HFONT hFont; HFONT hSysFont;
|
| can't hit debug breakpoints | 15 Nov 2006 14:09 GMT | 4 |
I'm no longer able to hit breakpoints when running VS05 in debug mode against my device. ( This is a Pocket PC 2003 SE project. ) Any ideas ?
|
| Can't show a MessageBox in a Catch. | 14 Nov 2006 23:34 GMT | 2 |
C# .Net Compact Framework 2.0 on WM 5. I have two forms. The first with one button whose click event is: frmExcept Form = new frmExcept(); try
|
| Mobile OS on Laptop | 14 Nov 2006 21:48 GMT | 4 |
Is it possible to install Windows Mobile, or Pocket PC as the OS on a laptop. Does anyone know of any software that can be installed on a laptop that is lite or similiar to a mobile OS? Thanks
|
| eVC4 and Streams? | 14 Nov 2006 21:43 GMT | 2 |
Are there any StreamReaders or something similar in eVC4? StreamReader is not pulling up in my eVC4's Help, but there must be something there for reading text files. Just looking for some keywords to search on. Thanks.
|
| PPC C# and C++ integration | 14 Nov 2006 18:32 GMT | 3 |
I created a application all in C#. I use a modbus library and until now it was working fine. Modbus is a protocol. There is a modbus C# method called readInputRegisters() that has to be in a loop of 2646000 times!! this way is very slow, I need to optmize this.
|
| Disable hardware buttons | 14 Nov 2006 17:44 GMT | 4 |
Is it possible to disable all hardware buttons (just like the WM5 built-in device lock does)? Using SHCMBM_OVERRIDEKEY can take care of VK_TTALK but not other buttons. Any idea?
|
| SMS Time Received and Modfied off by 7-8 hours | 14 Nov 2006 13:29 GMT | 2 |
I have an SMS application that uses the Outlook SmSMessage object where I declare it as:- SmsMessage ob SmsMessage msg = (SmsMessage)e.Message; All works greate regarding intecepting incomming SMs Messages but the Time
|
| How to trap the event when sending email with pocket outlook? | 14 Nov 2006 11:16 GMT | 2 |
I want to capture the event or notification when email will be sending with pocket outlook. So that I will do my customize work after sending email. Is there any way to capture the event or notification?. Please help me in this regard.
|
| ADS | 14 Nov 2006 09:33 GMT | 2 |
I noticed that the legal disclaimer for the Access Database Syncronizer (ADS) states that it is pre-release software. Anyone know the status of this, i.e. is Microsoft planning a final release of this component? I havent' unsed it yet but it looks promissing, since MS
|
| select item in listview programmatically not registered on PocketP | 14 Nov 2006 01:44 GMT | 2 |
Hi. I am working in C# on Windows Mobile 5. In my app I select an item in the ListView then click a menu item and edit the item in some textboxes that I show while I hide the LV. When I click a save button, the app saves the data and takes the user to the item they just edited ...
|
| signature capture | 13 Nov 2006 23:20 GMT | 5 |
How are people implementing signature capture ( and storage to a database ) ?
|
| Pocket PC Data Transfer via internet | 13 Nov 2006 23:20 GMT | 6 |
I want to send text data (or text file) to and from a Pocket PC Phone edition device. How difficult is it to do this with VB.Net? Are there third party dll's / applications that might handle this task? If there are, how do I find / search for them?
|
| show "in progress" cursor | 13 Nov 2006 22:11 GMT | 5 |
How to display the "in progress" cursor ? The 4-color circle with the clock hand rotating around ....
|
| Reading a big ASCII ( txt or xml ) file in the PPC | 13 Nov 2006 19:36 GMT | 4 |
I have a 17MB Txt file that I need to Open in the PPC. The word mobile cant open it. I need to gather the data in the TXT file.. How can I open big ACII files? TextWriter tw = new StreamWriter("data.txt") <- Like this he needs to open
|