Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
Hi - I am trying to select a shape with my finger on a touchscreen
for each shape I have a hander (vb.net);
AddHandler shape.TouchDown, AddressOf Shape_TouchDown
...but no selection happens - I have a breakpoint on Shape_TouchDown and it is never being hit
Any ideas?
thanks