| Thread | Last Post | Replies |
|
| dotnet / cf interop | 23 Dec 2004 19:09 GMT | 3 |
I would like to do something like this in the CompactFramework. Any ideas? Currently, GetConverter throws a Method Not Implemented or something like that. public enum MyEnum : int
|
| ShowDialog | 23 Dec 2004 17:40 GMT | 3 |
The main form uses ShowDialog() to show a child forms. But in the Memonry->Running Program list, it shows both the main form and the dialog form. This indicates two applications are running, but actually they are the same application. Is there anyway to hide the dialog form from the ...
|
| DateTimePicker | 23 Dec 2004 09:05 GMT | 5 |
Does the DateTimePicker control not support the BackColor property...? :( thx rob
|
| what control has that faded horizontal blue stripe background | 23 Dec 2004 00:25 GMT | 4 |
what list control has that faded horizontal blue stripe background. if it's CListCtrl - how do you get to select the entire line and also enable the background. thanks.
|
| How to find which serial port a modem use? | 22 Dec 2004 22:51 GMT | 5 |
A couple of days ago I posted one msg here asking how to find out which serial port a modem uses. Chris Tacke suggested me check registery. But does anybody know what he means "external modem"? My application will work on HP IPAQ 6315. I put a SIM card inside. (One stupid but ...
|
| Is there a way to run a Pocket PC app on a laptop? | 22 Dec 2004 22:25 GMT | 3 |
I am wanting to run an app for my Pocket PC on my laptop. Is there a way to do this? I havr d/l the SDK with the emulator, but I have not figured out how to install the software onto this environment. This is an IBM laptop. I am
|
| How do I detect that the SIP is closing? | 22 Dec 2004 21:11 GMT | 2 |
I have been reading that an application has to be responsive to the state of the SIP. I have a dialog in which I want to re-arrange the controls based on the visibility of the SIP.
|
| wireless pocket pc | 22 Dec 2004 19:20 GMT | 2 |
I am about to develop a mini application on pocket pc and looking for suggestios and tips. So any inputs would be appreciated! This is my first time in developing this application, so i am a bit new :P
|
| #define detect between WM2003 and CE4.2 and 5.0 | 22 Dec 2004 19:20 GMT | 4 |
Is there a #define in the WM 2003 SDK that would let me detect whether I'm compiling for WM2003 or a regular CE SDK? I used to use ones for PPC2002 and HPC2K and HPC/Pro, but I couldn't find any for WM2003. Thanks.
|
| Serial Port Numbers | 22 Dec 2004 18:48 GMT | 4 |
I am using the CFSerial Class to communicate with a serial device. I am using the first port as the serial port, but on all Pocket PC devices is the serial port comm 1? If not, what is the range of possible values for serial ports? Also, when I opened some of the ports even ...
|
| Update Application Title dont work | 22 Dec 2004 14:30 GMT | 1 |
Pocket PC C++ within a dialog I write some information in the Application Title. But the Application Title is't Update.
|
| REPOST: Macormedia Javascript function in PocketIE | 22 Dec 2004 13:59 GMT | 4 |
Reposted due to no response. Hi guys I am using Dreamweaver to create an intranet site that is to be accessed by a PDA, but I have hit a problem with JavaScript under Pocket Internet
|
| Bug? FindFirstFile/FindNextFile miss some files! | 22 Dec 2004 13:21 GMT | 2 |
I wrote a simple application which enumerates all files recursively starting from root. I used FindFirstFile/FindNextFile APIs but it seems to be missing several files. According to the result of the application execution, there is no such file '\Windows\Start
|
| Using WriteFile | 22 Dec 2004 09:07 GMT | 7 |
Hi, I try to save text data in an archive.txt. I use: WriteFile( Handle, strData,(DWORD)sizeof (strData),&dwBytesEscritos,NULL); and it works ok, I put numbers separate with blank spaces.
|
| IE does not support all properties? | 22 Dec 2004 08:51 GMT | 5 |
I'm working on an HTML page that is to display a live web cam image (among other stuff) with cyclic script refreshes (Pocket PC Version 4.20.0 on iPAQ H4150). What I exactly want to do is: 1. Create a JScript image variable
|