funciones para deshabilitar ratón y/o teclado

24/07/2003 - 12:18 por Mikel | Informe spam
Hola.
Me gustaria saber si alguien conoce alguna función API que
deshabilite elratón y/o el teclado.
Muchísimas gracias.
Mikel
 

Leer las respuestas

#1 Alex Martínez
24/07/2003 - 12:22 | Informe spam
The BlockInput function blocks keyboard and mouse input events from reaching
applications.

Private Declare Function BlockInput Lib "user32" (ByVal fBlock As Long) As
Long

· fBlock
[in] Specifies the function's purpose. If this parameter is TRUE, keyboard
and mouse input events are blocked. If this parameter is FALSE, keyboard and
mouse events are unblocked. Note that only the thread that blocked input can
successfully unblock input.



Saludos,
Alex


"Mikel" wrote in message
news:0c7801c351cc$eada5020$
Hola.
Me gustaria saber si alguien conoce alguna función API que
deshabilite elratón y/o el teclado.
Muchísimas gracias.
Mikel

Preguntas similares