Description:
Microsoft .NET technology newsgroup.
|
|
|
Error codes for SendMessage, and green key override
|
| |
I'm using the following code to override the default GREEN KEY behavior: / ****************************** ****************************** ****************************** *************************/ BEGIN OF SAMPLE CODE / ****************************** ****************************** ****************************** *************************/... more »
|
|
Debugging via Wlan
|
| |
hi Group, is it possible to debug a CE-Device in visual studio via Wlan? How can I choose the device ip adresse? Thanks Jo
|
|
Enable WebBrowser Gestures
|
| |
I am running a Docomo Windows Mobile Phone (WM 6.1, .NET CT 2.0). The default IE browser can scroll from finger flicks . . . I would like to bring the same scrolling within a webbrowser control in my form. I am writing an app in C# for this phone. At the moment, have no idea on how to approach this. I am hoping this will be enabled by a simple... more »
|
|
Disabling Windows Mobile 6.5 Gestures - Managed Code
|
| |
Hi there! I have developed a program (CF2.0 and some p/invoke) for some years now. I tested it on WM 6.5 and some parts of the program don't work as expected anymore due to the new gestures feature of the new WM. Is there an easy way to block the gestures completely within my program? Thanks in advance for any idea.... more »
|
|
lineGetCurrentSystemType dilema
|
| |
hello everyone, i want to find the network type the device is currently in ie GSM/UMTS/ CDMA. i found that the tapi api lineGetCurrentSystemType does this but i see that there are values such as the below returned LINESYSTEMTYPE_EDGE 0x00000020 LINESYSTEMTYPE_1XEVDOPACKET 0x00000040... more »
|
|
creating link for help file
|
| |
What worked for me was to create the shortcut on my desktop, but name it with a .TXT extension. Then use the VS cab explorer/builder and add this txt file to where you want. Since it's a txt file, VS won't try to "resolve" it when it's added to the cab file's system. Then from within the VS cab explorer/builder, rename the file to .lnk.... more »
|
|
ReadFile on WM6.1
|
| |
Hi, I am developping a test application that only open a port with CreateFile method and read port data with ReadFile method. When i open the com port, a read thread start. This thread has a while loop which has the ReadFile call. My application fails when this loop try to make the 5 iteration to ReadFile method call.... more »
|
|
compact framework 1.0 on WM6.1
|
| |
Hi! When I install my program, I install .net compact 1.0 SP3, SQLCE 2.0 and my program, so I install 3 cabs. I have run my program on WM6.0 it's ok, but on WM6.1 my program dont' run and when I remove CF compact 1.0 my program runs, but I want that my program run with dll from CF 1.0 and not CF 2.0.... more »
|
|
|