Ver Mensaje Individual
  #8 (permalink)  
Antiguo 08/02/2005, 14:21
Taiku
 
Fecha de Ingreso: noviembre-2003
Mensajes: 28
Antigüedad: 21 años, 4 meses
Puntos: 0
ESTO ES LO QUE TENGO:

En el MODULO:
Private Declare Function SetWindowsHookEx Lib "user32" Alias "SetWindowsHookExA" (ByVal idHook As Long, ByVal lpfn As Long, ByVal hmod As Long, ByVal dwThreadId As Long) As Long
Public Const WH_MOUSE = 7

En el Form:
Private Sub Timer1_Timer()

Dim x As Integer

x = SetWindowsHookEx(QUE BA AK) 'Ocea... no entiendo q ba ak
If x = 1 Then ''Ocea... no entiendo q ba ak
End 'Termino el PROGRAMA
End If

End sub

--------------------------
Si em explicas q tengo q hacer ak GRACIAS