Top "Compact-framework2.0" questions

How do I unblock threads which have called the WaitOne method on an AutoResetEvent object?

Below is a class having the method 'SomeMethod' that illustrates my problem. class SomeClass { AutoResetEvent theEvent = new AutoResetEvent(false); // more …

c# .net waithandle compact-framework2.0 waitone
Motorola MC3190 barcode scanner not getting triggered

I am trying to get my Motorola MC3190 read barcode. But unfortunately there is no response after pressing the hardware …

windows-mobile windows-ce motorola-emdk compact-framework2.0
How can I determine the version of the Compact Framework that is installed on my device?

It looks like this has a solution to my recent hand-wringing and head-ringing in trying to sort out different versions …

compact-framework windows-ce windows-explorer handheld compact-framework2.0
find files with same names but different extensions in a folder

I have an FTP server which stores files sent/uploaded by the client in a certain folder. The client will …

c# .net file-io compact-framework2.0
Getting current directory in Windows CE 5.0 using C# compact 2.0

How do I get the current directory from which my EXE is running? I have tried the following two codes …

compact-framework windows-ce compact-framework2.0