| Thread | Last Post | Replies |
|
| Sending binary data via SMS | 06 Oct 2005 09:21 GMT | 1 |
I need to send some binary data to a SP 2003 phone. I choose UCS2 encoding and everything seems fine but for tow continuing 0x00 bytes. For example:
|
| Can't enter numbers in Edit control | 05 Oct 2005 18:00 GMT | 2 |
I created a edit control and set it for EM_SETINPUTMODE for EIM_NUMBERS and set the focus to it. The control displays just fine and the cursir is flashing at the left side of the control.
|
| Add String to List box | 05 Oct 2005 18:00 GMT | 1 |
I tried adding a string to a list box using this code. but no text is ever visible ! SendMessage (hwndList, LB_INSERTSTRING, 1, (LPARAM)(LPCTSTR) _T("Test001")); Code to create the list box:
|
| WM5 Emulator softkeys not working as of VS.NET 2005 RC1? | 05 Oct 2005 05:23 GMT | 2 |
Hi all. I've got a problem that seemed to begin when I installed VS.NET 2005 RC1 (after previously having beta 2 installed). When running the WM5 Smartphone emulator, the softkey buttons seem to transmit "1" and "2" instead of their normal actions. A few of the otther special ...
|
| Can't debug Smartphone with VS05 FC1 | 05 Oct 2005 00:23 GMT | 1 |
All of a sudden, I am getting the following error when trying to debug my app with VS 2005 FC1: "Unable to start program '%CSIDL_PROGRAM_FILES%\<correct path to exe>' Access denied. Unspecified error during device load, possibly due to a
|
| Reading raw data from DiscOnChip device | 04 Oct 2005 22:35 GMT | 1 |
I would like to read raw data from the internal memory flash (DiscOnChip) device on my Smartphone running Windows Mobile 2003 Second Edition. First of all, is this possible? My plan so far has been to see if I can get a handle to the deivce through
|