[2005] Disable mouse and keyboard input -
Is there a way I can do this easily? I have a main form loading with 3 check boxes that the user can choose, mouse input , keyboard input or both. Instead of loading 3 seperate forms is there a way I can just disable input from mouse if they choose keyboard only or disable keyboard if they choose mouse.. or do I have to make each form seperate? Thanks for advice.
[2005] Disable mouse and keyboard input -
Is there a way I can do this easily? I have a main form loading with 3 check boxes that the user can choose, mouse input , keyboard input or both. Instead of loading 3 seperate forms is there a way I can just disable input from mouse if they choose keyboard only or disable keyboard if
how to block keyboard and mouse of a computer -
I want to develop a software that blocks my computer's keyboard and mouse using vb.net or c sharp or c,c++.
then it will have to options to disable and enable.
when i say disable, when i try to use mouse or keyboard ,it will not do any action at any place.
so how could i do thi
Disabling keyboard -
Hi,
Can anybody suggest how to disable the whole keyboard? I don't want the client to give any input from keyboard. But, I want to use mouse. I want to make keyboard like its disconnected physically from CPU. Can anybody help me..
Thanking You.
How do you disable mouse input -
J00, how does one disable mouse input, but keep the keyboard fully functional?
I hear it can be done by disabling the cursor port or something, any ideas?
*RESOLVED* Enable/Disable Mouse/Keyboard -
I'm using:
Shell "rundll32 MOUSE,DISABLE", 0
Shell "rundll32 KEYBOARD,DISABLE", 0
to disable the mouse and keyboard but rundll32 is saying:
Error Loading MOUSE
The specified module could not be found.
Any help much appreciated
cjqp
how to disable the mouse and the keyboard -
Hi
I'm working into a project , that can allow me to automate some tasks , but i don't want the user to have access to the keyboard and the mouse during this process , i have found some way to desable the mouse and the keyboard thank's to the rundll32.exe , but it doesn't works into
Disabling Mouse and Keyboard -
I would like to know if there is a way to disable the mouse and keyboard from within VB while a certain process runs, and then enable them again once complete. This must be system wide so the mouse and keyboard cannot bring focus to another application or anything.
Any help with
Disabling Mouse and Keyboard from VB - Help!! -
I would like to know if there is a way to disable the mouse and keyboard from within VB while a certain process runs, and then enable them again once complete. This must be system wide so the mouse and keyboard cannot bring focus to another application or anything.
Any help with th
Need Help Disabling the Keyboard and Mouse -
Well... I play a certain online game and i use a macro to make some cash while im sleeping, but during the night, either my sister or my parents always mess it up.
I need a way to disable the keyboard and mouse but still allow my macro to run... I have tried this code which i have
disable Keyboard input -
a PC has 2 input devices (Keyboard and Barcode Reader).
I just want to use Barcode Reader in the VB program.
Can we disable Keyboard input only in the VB program?
I have tried to set KeyAscii=0 in KeyPress event.
It can disable the Keyboard input
It also disable the Barcode R
vb problem not solved for days -
hello all,
I've a visual basic problem and that is to cutoff the input from a keyboard for the entire operating system using a visual basic program. N.B. Not disable the keyboard for the currently executing vb application but for the entire Operating System. I've tried using various
How do I disable the mouse and the keyboard -
Please help me, URGENT !!!!!!!!
How do I disable the mouse and the keyboard????
Exists any API?
How use it?
Please help me ASAP
Thanks
VB.net 2005 -- Block Keyboard and Mouse Input -
I want to be able to block the keyboard and mouse input on a computer. But I want there to be a certain key combination which will unlock it.
Disable ONLY the Keyboard -
I am trying to make a lock for a computer. But like everyone knows if you have win2k, winNT, or winXp they can still press ctrl+alt+del and end the process. What I am wanting to do is disable ONLY the Keyboard and make the user input the password using the mouse. Can anyone help me out
vb problem yet to be solved -
vb problem not solved for days
hello all,
I've a visual basic problem and that is to cutoff the input from a keyboard for the entire operating system using a visual basic program. N.B. Not disable the keyboard for the currently executing vb application but for the entire Operating
How do I enable/disable the Start button -
Hey everbody have have a little problem whit the START button, i have the code to disable the mouse but the keyboard still work. Do some one have the a code there disable the mouse and the keyboard!!!
How to disable the mouse and NOT the keyboard -
Hi all,
I am wondering if there is a way to disable the mouse without having to disable the keyboard.
Thanks.
required solution for a vb problem -
Please tell me a method by which we can disable the keyboad and mouse for the entire Operating System from a Visual basic program such that no application can receive input either from keyboard or mouse. After a certain duration of time, the keyboard and mouse must become active agai
Enabling Disabled Keyboard/mouse -
Hi,
Just wondering how to enable a keyboard & mouse after using
Code:
Private sub Command1_Click()
Shell "rundll32 mouse,disable"
Shell "rundll32 keyboard,disable"
End Sub
to disabel it.
I am just writing a program and after a time (set
Disabling Certain Keys -
Does anybody know how to disable only certain keys of the keyboard? I know about the blockinput(true/false) API but that blocks ALL the input including all of the mouse and the keyboard whereas all I want is blocking only certain keys e.g. A B C End Home etc. If someone knows then plea
rundll32 keyboard,disable -
Hi,
Ive found a thread about blocking the keyboard and mouse by using rundll32 keyboard,disable and rundll32 mouse,disable. Does this work on windows 95, 98 and ME? And how do u re-enable them again? (i havent tried them yet I just want to make sure that i wont have to reboot )
T
How do I... Disable Control Alt Delete -
I have an app that locks the keyboard and mouse. All is good, but control alt delete stops all that. When a user does the old 3 fingered salute, it unlocks the keyboard. I wish to disable the control alt delete as I lock the keyboard and mouse.
Please help,
Dan.
PS. I lock the
How do you... keyboard/mouse -
Is there a way to disable the mouse and/or keyboard for a short amount of time like 5seconds??
controlling keyboard and mouse -
I need help on how to control (disable and enable) keyboard and mouse over the network.
Disable Mouse and Keyboard -
Yes wat is the Source Code for Disabling Mouse and Keyboard?(For VB 2008)
--Thx!
keystate -
im making a game and i dont want them to be able to use the keys or it will be too easy, how can i completely disable the keyboard? i have tried losing focus to an object to keep them from cheatin wit the keyboard, but it doesnt work, so how can i disable it completely?
--and now th
How can I use the Windows API to get the threadID for a foreign app -
Can anyone tell me how to obtain the threadID for the main window of a foreign application? I need to disable keyboard input temporarily so that the user doesn't interfere with an automated process. I've done this in the past for the current application, but now one of our projects h
How, In code, do I properly disable a keyboard and then enable it. -
I need to disable all keypresses on a keyboard and force the user to only use the mouse.
How, In code, do I properly disable a keyboard and then enable it later when I need to?
Please Help!!! -> Keyboard -
I have to know how to disable ALL of the keyboard keys + disable the mouse. (Shell "Rundll ..." and the API that simulates the screensaver won't work) help!!!
disable mouse/keyboard -
I'm writing a small "macro" executer for windows (installing printers etc.) which is somewhat dependent on the Zorder(?) of windows on the desktop. To aid this process, I want to disable the mouse & keyboard (except Ctrl-Alt-Delete) so there is minimal chance of the user
Disable the Mouse and Keyboard of the Client by the server -
Pls. help me! I need to make a system for our Research Project that could disable the mouse and keyboard of the client through the server computer. I am a beginner for this program.
Can anyone give me a detailed procedure on how to establish/make the system.
Mouse n Keyboard on network -
Hello there,
does anyone knows how can i disable/enable the mouse n keyboard of another PC on a network. Can you pls. show me some codes. your help is much appreciated.
thanks...
Log all input for debugging {RESOLVED} -
How could I write an input handler routine to keep track of all keyboard input and mouse clicks (actually the coordinates of mouse downs and mouse ups)? All this information should go to a log file that I could review in case of trouble. This should be likely to reproduce the problem.
Controlling Keyboard and Mouse of other machine -
Hi All,
I want to develop a master-slave environment. For this I want master computer to have control over mouse and keyboard of slave computer . Like from master computer I should be able to disable the keyboard and mouse of any other slave computer.
Can anybody suggest me some
prevent keyboard & mouse input to a window -
Is there a way to prevent a user from interacting (type keyboard/click with mouse) with an application's window via keyboard/mouse but still let me interact with application's window programmtically?
keyboard mouse controls -
Looking for a keyboard mouse...or to make one.
I am not sure where to start looking or coding.
The user would use some keyboard to access the mouse control, movment, right, left click....
Any ideas ?
Keyboard AND Mouse captured by DX8 -
Hi,
When working with the tutorials of directx4vb.com I learned how to capture the mouse with dx8 and how to use the keyboard. But in my engine I require the use of both.
Is it possible to se them both at the same time (event based plz). I guess it's the way how you set them up a
[2008] Direct Keyboard Mouse Input -
I would like to directly control the mouse and keyboard LIKE keybd_event, but without any API. I need to directly send keys to the stream like I think would be possible with assembler.
How would I go about doing this?
Direct Keyboard/Mouse input -
I would like to directly control the mouse and keyboard LIKE keybd_event, but without any API. I need to directly send keys to the stream like I think would be possible with assembler.
How would I go about doing this?
Keyboard and Mouse Problems -
Another problem from me: I have a labtec ultraflat keyboard and mouse (both wireless).
My problem is that sometimes the keyboard will stop responding and the keys have to be pressed many times before it will accept it.
Secondly the mouse wont always click. The button goes down