Hi,
I am a beginer learning how to develop application for smart device. I want
my application to verify network connection when application startup. When
verifying network connection, I display status using ProgressBar. I
understand that I will need to run the verify network procedure on a ne...
more >>
Hello!
How to use modal dialog with input panel? I tried different form borders but
dialog form always hides input panel and even menu/tool bar. I'm using C#.
Thanks!
Vitaly
...
more >>
Hi,
I'm getting a few users who report back that .NET CF applications won't run
on their machines in spite of having the CF installed. They just get the
wait cursor, then nothing, when they try to launch a .NET app. One user who
has the HP IPAQ 2215 (same device I use without any problems) h...
more >>
Hello
I'm trying to read data from the Serial Port on my Pocket PC. I open the Port using CreateFile() and the use ReadFile() to read the incoming data. So far so good. To make this work I need to set the Port Speed to 4800 Baud. So I use a DCB structure and SetCommState() to do so. But the settin...
more >>