Lockdown of public pc keyboard

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

    Lockdown of public pc keyboard

    Hi all,

    Another question regarding public access to a PC.

    How do I most efficiently and securely expose a keyboard to the public
    without compromising the PC?
    I don't mean physically, but how do I lock down the keyboard keys
    programmaticall y is an easy way?
    I only need the keys "1,2,3 and ABC to XYZ".

    Anyone done it in .NET, is there a neat trick hidden in the framework? or do
    I have to listen on all the keystrokes and sorth them out as in VB6?

    Any tips are appreciated, thanks!

    --
    Best regards,
    Jocke


  • Mr.Tickle

    #2
    Re: Lockdown of public pc keyboard

    Get answers to your C++ questions from our top industry experts by using Experts Exchange's platform to find the best C++ help & solutions. Click to learn more!

    Q_20455827.html



    "Joakim Rylander" <jockeryl@hotma il.com> wrote in message
    news:uQ$bDZKkDH A.744@tk2msftng p13.phx.gbl...[color=blue]
    > Hi all,
    >
    > Another question regarding public access to a PC.
    >
    > How do I most efficiently and securely expose a keyboard to the public
    > without compromising the PC?
    > I don't mean physically, but how do I lock down the keyboard keys
    > programmaticall y is an easy way?
    > I only need the keys "1,2,3 and ABC to XYZ".
    >
    > Anyone done it in .NET, is there a neat trick hidden in the framework? or[/color]
    do[color=blue]
    > I have to listen on all the keystrokes and sorth them out as in VB6?
    >
    > Any tips are appreciated, thanks!
    >
    > --
    > Best regards,
    > Jocke
    >
    >[/color]


    Comment

    • Mr.Tickle

      #3
      Re: Lockdown of public pc keyboard

      Hook into the keyboard events :D then only process the ones u need.



      "Joakim Rylander" <jockeryl@hotma il.com> wrote in message
      news:uQ$bDZKkDH A.744@tk2msftng p13.phx.gbl...[color=blue]
      > Hi all,
      >
      > Another question regarding public access to a PC.
      >
      > How do I most efficiently and securely expose a keyboard to the public
      > without compromising the PC?
      > I don't mean physically, but how do I lock down the keyboard keys
      > programmaticall y is an easy way?
      > I only need the keys "1,2,3 and ABC to XYZ".
      >
      > Anyone done it in .NET, is there a neat trick hidden in the framework? or[/color]
      do[color=blue]
      > I have to listen on all the keystrokes and sorth them out as in VB6?
      >
      > Any tips are appreciated, thanks!
      >
      > --
      > Best regards,
      > Jocke
      >
      >[/color]


      Comment

      • Mr.Tickle

        #4
        Re: Lockdown of public pc keyboard

        Get answers to your C++ questions from our top industry experts by using Experts Exchange's platform to find the best C++ help & solutions. Click to learn more!

        Q_20455827.html



        "Joakim Rylander" <jockeryl@hotma il.com> wrote in message
        news:uQ$bDZKkDH A.744@tk2msftng p13.phx.gbl...[color=blue]
        > Hi all,
        >
        > Another question regarding public access to a PC.
        >
        > How do I most efficiently and securely expose a keyboard to the public
        > without compromising the PC?
        > I don't mean physically, but how do I lock down the keyboard keys
        > programmaticall y is an easy way?
        > I only need the keys "1,2,3 and ABC to XYZ".
        >
        > Anyone done it in .NET, is there a neat trick hidden in the framework? or[/color]
        do[color=blue]
        > I have to listen on all the keystrokes and sorth them out as in VB6?
        >
        > Any tips are appreciated, thanks!
        >
        > --
        > Best regards,
        > Jocke
        >
        >[/color]


        Comment

        • Mr.Tickle

          #5
          Re: Lockdown of public pc keyboard

          Hook into the keyboard events :D then only process the ones u need.



          "Joakim Rylander" <jockeryl@hotma il.com> wrote in message
          news:uQ$bDZKkDH A.744@tk2msftng p13.phx.gbl...[color=blue]
          > Hi all,
          >
          > Another question regarding public access to a PC.
          >
          > How do I most efficiently and securely expose a keyboard to the public
          > without compromising the PC?
          > I don't mean physically, but how do I lock down the keyboard keys
          > programmaticall y is an easy way?
          > I only need the keys "1,2,3 and ABC to XYZ".
          >
          > Anyone done it in .NET, is there a neat trick hidden in the framework? or[/color]
          do[color=blue]
          > I have to listen on all the keystrokes and sorth them out as in VB6?
          >
          > Any tips are appreciated, thanks!
          >
          > --
          > Best regards,
          > Jocke
          >
          >[/color]


          Comment

          • Daniel O'Connell

            #6
            Re: Lockdown of public pc keyboard


            "Mr.Tickle" <MrTickle@mrmen .com> wrote in message
            news:uhzCcWLkDH A.2312@TK2MSFTN GP12.phx.gbl...[color=blue]
            >[/color]
            http://www.experts-exchange.com/Prog...ges/Cplusplus/[color=blue]
            > Q_20455827.html
            >[/color]
            This may come in handy as well,
            Learn with interactive lessons and technical documentation, earn professional development hours and certifications, and connect with the community.

            however for a system wide hook you will likely have to use C++, its just one
            area where managed code isn't ideal.[color=blue]
            >
            >
            > "Joakim Rylander" <jockeryl@hotma il.com> wrote in message
            > news:uQ$bDZKkDH A.744@tk2msftng p13.phx.gbl...[color=green]
            > > Hi all,
            > >
            > > Another question regarding public access to a PC.
            > >
            > > How do I most efficiently and securely expose a keyboard to the public
            > > without compromising the PC?
            > > I don't mean physically, but how do I lock down the keyboard keys
            > > programmaticall y is an easy way?
            > > I only need the keys "1,2,3 and ABC to XYZ".
            > >
            > > Anyone done it in .NET, is there a neat trick hidden in the framework?[/color][/color]
            or[color=blue]
            > do[color=green]
            > > I have to listen on all the keystrokes and sorth them out as in VB6?
            > >
            > > Any tips are appreciated, thanks!
            > >
            > > --
            > > Best regards,
            > > Jocke
            > >
            > >[/color]
            >
            >[/color]


            Comment

            • Daniel O'Connell

              #7
              Re: Lockdown of public pc keyboard


              "Mr.Tickle" <MrTickle@mrmen .com> wrote in message
              news:uhzCcWLkDH A.2312@TK2MSFTN GP12.phx.gbl...[color=blue]
              >[/color]
              http://www.experts-exchange.com/Prog...ges/Cplusplus/[color=blue]
              > Q_20455827.html
              >[/color]
              This may come in handy as well,
              Learn with interactive lessons and technical documentation, earn professional development hours and certifications, and connect with the community.

              however for a system wide hook you will likely have to use C++, its just one
              area where managed code isn't ideal.[color=blue]
              >
              >
              > "Joakim Rylander" <jockeryl@hotma il.com> wrote in message
              > news:uQ$bDZKkDH A.744@tk2msftng p13.phx.gbl...[color=green]
              > > Hi all,
              > >
              > > Another question regarding public access to a PC.
              > >
              > > How do I most efficiently and securely expose a keyboard to the public
              > > without compromising the PC?
              > > I don't mean physically, but how do I lock down the keyboard keys
              > > programmaticall y is an easy way?
              > > I only need the keys "1,2,3 and ABC to XYZ".
              > >
              > > Anyone done it in .NET, is there a neat trick hidden in the framework?[/color][/color]
              or[color=blue]
              > do[color=green]
              > > I have to listen on all the keystrokes and sorth them out as in VB6?
              > >
              > > Any tips are appreciated, thanks!
              > >
              > > --
              > > Best regards,
              > > Jocke
              > >
              > >[/color]
              >
              >[/color]


              Comment

              Working...