ANN: Capture Hardware Buttons Control for the .NET Compact Framework

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

If you are interested in capturing the hardware buttons of your PDA with just one line of code you could use this control. It is 100% free including source files. and it has design-time support
Below you will find 3 links
• “CaptureHButtonsControl.zip†contains the compiled version of the control. You will have to unzip, copy the files in the Visual Studio .Net 2003 folder under \CompactFrameworkSDK\v1.0.5000\Windows CE\ and than add the CaptureHButtonsControl.Design.dll to the controls in the Visual Studio Toolbox\Device Controls (rights click Add/Remove Items and browse to the file CaptureHButtonsControl.Design.dll). For this first version these steps are done manually. I hope that I will have time to make an installer version later (if the control will be of some interest)
• “CaptureHButtonsControlSources.zip†are the source files for the contro
• “CaptureHButtonsControlTest.zip†contains a Test project. Before running the Test project copy the dll's in the Visual Studio folder and register the control

You will also find in the zip files “HelpCaptureHButtonsControl.pdf†which explains a little the methods and events of the newly created control

Links
http://must-ht.dyndns.org/Controls/CaptureHButtonsControl.zi
http://must-ht.dyndns.org/Controls/CaptureHButtonsControlSources.zi
http://must-ht.dyndns.org/Controls/CaptureHButtonsControlTest.zi

Let me know what you think!
 
Back
Top