-
as seen on Stack Overflow
- Search for 'Stack Overflow'
How can I get the state of a modifier key using VB.NET on the Compact Framework, in this case Windows Mobile 6.1. I want to be able to determine if the following keys are pressed or locked:
Shift
CTRL
ALT
and for the Psion Teklogix machines
Orange
Blue
Although I may be able to work this out, if…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm hearing that is better to have one connection open upon app start up and closing it when the app shuts down.
What kind of issue can occur having multiple connections ?
Any articles out there that it is best practices to have one connection?
What are your experience with sql ce?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I'm using a TcpClient in one of my Compact Framework 2.0 applications. I want to receive some information from a TCP server.
As the Compact Framework does not support the timeout mechanisms of the "large" framework, I'm trying to implement my own timeout-thing. Basically, I want to do the following:
IAsyncResult…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
MSDN Documentation used to indicate if a method was supported on the compact framework. But now I can't find that info anymore.
I know that Microsoft has dropped Compact Framework like a hot potato, but I did not know that they had ripped it out of the docs.
As examples of what I am talking about…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Is there a compilation symbol to detect if it's running on a compact framework platform
>>> More