¿Cómo deshabilitar las pulsaciones de teclas cuando VB bloquea la ventana y el mouse?
Establezca una ventana sin título
me.boderstyle=0 ventana sin título
me.controlbox=false block alt+f4
templong = SetWindowPos(hwnd, hwnd_topmost, 0, 0, 0, 0, flags) establece el formulario superior
Mover 0, 0, Screen.Width, Screen.Height del mismo tamaño que la pantalla
Mover 0, 0, Screen. flags)Establecer formulario superior
Mover 0, 0, Screen.Width, Screen.Height Mismo tamaño que la pantalla
Desactivar teclas del sistema
SystemParametersInfo(spi_screensaverrunning, 1& , 0&, 0&., 0&, 0&)
Desactivar
SystemParametersInfo(spi_screensaverrunning,0&, 0&, 0&)