Touch Screen programming?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Elioth

    #1

    Touch Screen programming?

    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.
  • Ken Halter

    #2
    Re: Touch Screen programming?

    "Elioth" <Elioth@discuss ions.microsoft. com> wrote in message
    news:1E6F9759-57EA-4019-9088-380D6B60FF72@mi crosoft.com...[color=blue]
    >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.[/color]

    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 Halter - MS-MVP-VB (visiting from VB6 world) - http://www.vbsight.com
    Please keep all discussions in the groups..


    Comment

    • Cor Ligthert [MVP]

      #3
      Re: Touch Screen programming?

      Ken,
      [color=blue]
      > don't get carried away re-inventing the wheel (I have a patent on that).[/color]

      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


      Comment

      • Ken Halter

        #4
        Re: Touch Screen programming?

        "Cor Ligthert [MVP]" <notmyfirstname @planet.nl> wrote in message
        news:OTwciFYXGH A.508@TK2MSFTNG P02.phx.gbl...[color=blue]
        > Ken,
        >[color=green]
        >> don't get carried away re-inventing the wheel (I have a patent on that).[/color]
        >
        > 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)[/color]

        LOL... I truly hate when I find that I've spent time doing something that's
        already built in <g>
        [color=blue]
        > I could not resist and don't see this in any way serious.
        >
        > Cor[/color]



        --
        Ken Halter - MS-MVP-VB (visiting from VB6 world) - http://www.vbsight.com
        Please keep all discussions in the groups..


        Comment

        Working...