
Disable the use of keyboard and mouse in visual basic 5.0
Frank Carr heeft geschreven in bericht
Quote:
>>I am writing a program, now i want to make an application that disables
the
>>use of the keyboard and mouse.
>>But i don't have a clue how to handle this
>First, don't cross-post to so many groups. One or maybe two is enough.
>The question is why are you wanting to do this. Under most typical user
>configurations you would not want to do this. To do so in these situations
>would be a very bad UI design. There are cases, such as info kiosk,
>point-of-sale, etc. where you need more control. In these conditions, it is
>best to control the user via system configuration policies and/or hardware
>methods(lockable or specialized keyboards, touch screens, etc.).
>Frank Carr
Hi Frank,
First I would like to thank you for replying on my request.
Second I would like to apologize for my huge posting to the newsgroups, but
I am a programmer and I need this code really fast.
Now I will explain why I need to write this application.
I am writing a program for 24 computers. These programs will listen by our
LAN to a certain port.
One computer will be the client. A person on that computer should be able to
:
Shutdown the computers by the LAN
Restart the computers by the LAN
Change the screenresolution by the LAN
Disable and Enable the use of mouse and keyboard by the LAN
Of all 24 computers.
The first 4 items are allready working. But now I have to write the
application to disable-enable the use of mouse and keyboard.
Could you help me a little more specific?
Thanks,
Marc van der Wielen