Touch Screen programming?

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

Guest

I want to make a program which it work with a touch screen, I need to know if
I need any special control or programming in vb.net to do, to the program
work with the touch screen?

Thanks for help.
 
Elioth said:
I want to make a program which it work with a touch screen, I need to know
if
I need any special control or programming in vb.net to do, to the program
work with the touch screen?

Thanks for help.

A touch screen is simply a mouse. All you need to do is make sure any
buttons, etc, are large enough to hit with a finger. The OS has
functionality built in to support larger menus, scrollbars, caption buttons,
etc (just use the Display Applet to set those) so don't get carried away
re-inventing the wheel (I have a patent on that). Once you're done, you can
have a bit of fun with the users (I do <g>) by asking them to right-click
the touch-screen and select 'Properties'... you can't imagine the number of
people that actually try that <g>
 
Ken,
don't get carried away re-inventing the wheel (I have a patent on that).

I wished I could reply to you this in Dutch.

Waarom gebruik je geen *Net* te ronde wielen in plaats van VoorBije 6
kantige.

(Why are you not using nice round wheels instead of those with 6 sides from
the past)

I could not resist and don't see this in any way serious.

Cor
 
Cor Ligthert said:
Ken,


I wished I could reply to you this in Dutch.

Waarom gebruik je geen *Net* te ronde wielen in plaats van VoorBije 6
kantige.

(Why are you not using nice round wheels instead of those with 6 sides
from the past)

LOL... I truly hate when I find that I've spent time doing something that's
 
Back
Top