newb_at_vb
06-01-2005, 08:32 AM
Was just wondering if anyone had done any programming utilizing the functionality of a touch screen. If anyone can point me in the right direction, and what program works best with touch screens.
Any help would be greatly appreciated.
Hi!
I made a small program (web bowser) to internet navigation with a touch screen. I don't need to do nothing particular! I just install the touch drivers and work!
Good Work!
DaftasBrush
06-01-2005, 09:04 AM
The Touch Screens I've used before just emulate the mouse.
So you get all the normal Mouse Events, and Click / DblClick etc and that way your software can be used with touch screen, or mouse or both without any "special" treatment.
newb_at_vb
06-01-2005, 09:23 AM
Thanks for the info, that is good information to know.
MiguelS
06-02-2005, 09:17 AM
Only make shure creating large controls.
Avoid using rigth click (can be done but is not easy to the user)
Avoid the need of the keyboard.