how i can disable key from keyboard of computer using C language
-
how i can disable key from keyboard of computer using C language
-
how i can disable key from keyboard of computer using C language
Define "disable".
-
how i can disable key from keyboard of computer using C language
No requirement for programming, hammer and chisel will do the job :-)
In vino veritas
-
how i can disable key from keyboard of computer using C language
1. Define exactly what you mean. 2. If you mean at the application level then analyze the application to find how input is handled. If at the OS level then read up on how to create input handlers (drivers.) Depending on what 'key' you want to disable then this might require different approaches. 3. Write the code 4. Test it.
-
how i can disable key from keyboard of computer using C language
Technically, the C programming language has no such provisions. You will need to interact with the hardware using specific APIs. Now depending on how you answer Victor's question, there may be a solution to the question you meant to ask.
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles