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

 

 


Tema destacado: Rompecabezas de Bitcoin, Medio millón USD en premios


  Mostrar Mensajes
Páginas: 1 ... 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 42 43 ... 46
271  Programación / Programación Visual Basic / Re: ejecutar .bat desde shell en: 25 Mayo 2009, 17:26 pm
Shell tendría que funcionar por ejemplo:

http://foro.elhacker.net/programacion_vb/prohibir_entrada_a_un_disco-t233323.0.html;msg1113922#msg1113922
272  Programación / Programación Visual Basic / Re: ejecutar .bat desde shell en: 25 Mayo 2009, 17:19 pm
Hola, creo que te falta un espacio el la sig linea (antes de ctfmon.txt)

Print #1, orden & ">" & "ctfmon.txt"

Print #1, orden & ">" & " ctfmon.txt"




Saludos






273  Programación / Programación Visual Basic / Re: Error al copiar archivo (file not found) en: 16 Mayo 2009, 11:56 am
No te digo que este sea el caso, pero algunos errores (aleatorios) similares a el tuyo los solucione haciendo una pausa de un par de segundos antes del Filecopy

Código:

Dim x As Long: x = Round(Timer): While Round(Timer) < x + 2: DoEvents: Wend


Saludos

PD: si usas API mejor







274  Programación / .NET (C#, VB.NET, ASP) / Re: Duda con RichTextBox en VB.NET en: 14 Mayo 2009, 23:17 pm
Fijate si podes adaptar este code de VB6

http://www.recursosvisualbasic.com.ar/htm/trucos-codigofuente-visual-basic/248-expresion-regular-colorear-coincidencia.htm

Saludos
275  Programación / .NET (C#, VB.NET, ASP) / Re: Duda con RichTextBox en VB.NET en: 14 Mayo 2009, 21:27 pm
hola te paso el link de .net

http://foro.elhacker.net/net-b62.0/

Saludos
276  Programación / Programación Visual Basic / Re: msgbox con una lista desplegable o con botones? en: 14 Mayo 2009, 12:06 pm
Lo mas rápido es hacer otro formulario lo mas parecido a un msgbox

Saludos

277  Programación / Programación Visual Basic / Re: If ... End If problemas en: 11 Mayo 2009, 01:07 am
YST, nunca habrá un subforo de ASM si te portas mal  :xD
278  Programación / Programación Visual Basic / Re: If ... End If problemas en: 11 Mayo 2009, 00:51 am
No seas malo YST, Saludos    ;)
279  Programación / Programación Visual Basic / Re: If ... End If problemas en: 11 Mayo 2009, 00:47 am
Text2 multiline (en diseño) ???
280  Programación / Programación Visual Basic / Re: If ... End If problemas en: 11 Mayo 2009, 00:27 am
Se puede hacer de muchas maneras, yo en tu caso lo hago así

Private Sub command1_Click()
    If Option1 Then Text2 = Val(Text1) * 1000
    If Option2 Then Text2 = Val(Text1) * 100
    If Option3 Then Text2 = Val(Text1) * 10
    If Option4 Then Text2 = Val(Text1) / 1000
End Sub

PD: tambien podes usar un select, saludos

Páginas: 1 ... 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 42 43 ... 46
WAP2 - Aviso Legal - Powered by SMF 1.1.21 | SMF © 2006-2008, Simple Machines