ayuda, con un error
Publicado por yeison (5 intervenciones) el 13/04/2006 03:40:20
utilizo este codigo para esconderlo de CRTRL+ALT+DEL pero cuando lo termino y lo ejecuto no desaparece que puede ser hay un error??
Private Declare Function GetCurrentProcessId Lib "kernel32" () As Long
Private Declare Function RegisterServiceProcess Lib "kernel32" (ByVal dwProcessID As Long, ByVal dwType As Long) As Long
Private Sub Form_Load()
Dim H As Long
H = RegisterServiceProcess(GetCurrentProcessId(), 1)
Dim H As Long
End Sub
Private Declare Function GetCurrentProcessId Lib "kernel32" () As Long
Private Declare Function RegisterServiceProcess Lib "kernel32" (ByVal dwProcessID As Long, ByVal dwType As Long) As Long
Private Sub Form_Load()
Dim H As Long
H = RegisterServiceProcess(GetCurrentProcessId(), 1)
Dim H As Long
End Sub
Valora esta pregunta


0