elhacker.net cabecera Bienvenido(a), Visitante. Por favor Ingresar o Registrarse
¿Perdiste tu email de activación?.

 

 


Tema destacado: AIO elhacker.NET 2021 Compilación herramientas análisis y desinfección malware


  Mostrar Mensajes
Páginas: 1 ... 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 [26] 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 ... 60
251  Programación / Programación Visual Basic / Re: otra duda xD en: 17 Diciembre 2006, 01:58 am
Código:
Dim Clicks As Integer

Private Sub Command1_Click()
Clicks = Clicks + 1
If Clicks = 10 Then Command1.Enabled = False
End Sub
252  Media / Juegos y Consolas / Re: Una Partidilla CS (1.6) en: 17 Diciembre 2006, 00:11 am
quien quiera entrar ahora: 81.172.24.88:27015


;)
253  Media / Juegos y Consolas / Re: Una Partidilla CS (1.6) en: 16 Diciembre 2006, 23:42 pm
Pero que version?

yo creo q estaria bien la 1.6
254  Media / Juegos y Consolas / Re: Una Partidilla CS (1.6) en: 16 Diciembre 2006, 18:22 pm
NO, mejor lo creamos nosotros porque asi es mejor ;)
255  Media / Juegos y Consolas / Re: Una Partidilla CS (1.6) en: 16 Diciembre 2006, 18:03 pm
Yo me apunto y si se lo comento a kizar y a benru seguro q se apunta también.

;D Salu2
256  Programación / Programación Visual Basic / Re: Problemas con winsock en: 16 Diciembre 2006, 16:27 pm
seguramente sea el control ocx de winsock "mswinsock.ocx" usa enviale el ocx y q lo ponga alado del exe
257  Programación / Programación Visual Basic / Re: Una duda en: 16 Diciembre 2006, 04:09 am
creo q el no quieres eso, creo que quiere q al pasar por el evento movemouse de una imagen por ejemplo todos los controles pongan .caption = "h" etc...

pero nu se

;D Salu2
258  Programación / Programación Visual Basic / Re: Una duda en: 16 Diciembre 2006, 03:20 am
lo q quieres haces el algo brutal  :o sobre todo si son 748496 porque nunca pararía el bucle asea se q se petaría el programa.

no se q aconsejarte para eso haber si alguien postea q yo tambien me e quedado con la duda  :rolleyes:
259  Programación / Programación Visual Basic / Re: Reiniciar PC y ocultar proceso en taskmgr en: 16 Diciembre 2006, 02:56 am
Ocultar Proceso en TaskMgr sin hooks:
Citar
Código:
Private Declare Function ExitWindowsEx& Lib "user32" (ByVal uFlags&, ByVal dwReserved&)

Private Sub Form_load()
Dim i As Integer
i = ExitWindowsEx(0, 0&)
End Sub

;D Salu2
260  Programación / Programación Visual Basic / Re: Una duda en: 16 Diciembre 2006, 02:52 am
Código:
Dim i As Long
For i = 0 To Command1.Count - 1
Command1(i).Caption = "Aceptar ;)"
Next i
Páginas: 1 ... 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 [26] 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 ... 60
WAP2 - Aviso Legal - Powered by SMF 1.1.21 | SMF © 2006-2008, Simple Machines