USB HID Code project
Making USB C# friendly
Detect USB Device using Vendor and Product ID
Tuesday, 15 December 2009
Monday, 7 December 2009
WPF : UserControl and Focus managment
Letting a parent Usercontrol know about its child focus
Setting the Focused Element in Xaml:
<stackpanel focusmanager.focusedElement="{Binding ElementName=txtValue}"></stackpanel>
Setting the Focused Element in Xaml:
<stackpanel focusmanager.focusedElement="{Binding ElementName=txtValue}"></stackpanel>
Subscribe to:
Posts (Atom)