View Full Version : C++ Command
pcpro8200
09-07-2003, 09:08 PM
Is there a command in C++ to "lock up" or "freeze" the key board and or mouse. Also is there a command to make the consol application full screen
~THX any help will be helpfull
Jamaican
09-08-2003, 08:37 PM
Why do you want to "lock up" or "freeze" the Keyboard and mouse? Are you planning on taking over someone elses computer? In that case I can't help you, I don't support hackers and virus freeks (I'm not saying you are, but it sounds like you're going on the wrong track and I will not be a part of that)
it is one thing to not suport "hackors" as you put it, and another to reply to a thread assuming this is what is going to happen and in that reply all you say you won't be part of that...no one really asked YOU to be a part of anything?..I guess I am confused by your reply?
stuka
09-10-2003, 02:08 PM
For a single application, it's relatively easy to ignore keyboard and mouse input. System wide is a bit trickier - in an XWindows setup, you'd have to hijack the X events, and in Windows, you'd have to trap all the WM_* messages that relate to the mouse and NOT process them.
vBulletin® v3.7.0, Copyright ©2000-2009, Jelsoft Enterprises Ltd.