Habilitar y Deshabilitar la tecla Print Screen
Visual Fox Pro, Trucos Comentarios ( 0 ) »#DefineVK_PRINTSCREEN 0x2c
Declare Integer RegisterHotKeyIn user32;
INTEGER HWnd,Integer Id,;
INTEGER fsModifiers, Integer
vk
* Para deshabilitarla
RegisterHotKey(_Screen.HWnd, 0, 0,VK_PRINTSCREEN)
* Para habilitarla
Declare Integer UnregisterHotKeyIn user32;
INTEGER HWnd,Integer Id
UnregisterHotKey(_Screen.HWnd, 0)
Por: David Amador T