Autor
|
Tema: Abir un texto en un textbox? (Leído 2,718 veces)
|
kuki06
Desconectado
Mensajes: 20
|
Hola gente, estaba buscando algun code para abrir un archivo .txt en un textobox..
Saludos!
|
|
|
En línea
|
|
|
|
.:CorTeX:.
Desconectado
Mensajes: 135
The Gimp User
|
Busca!! Cuantas veces se ha respondido esto?Dim file_data$ Open "c:\archivo.txt" for append as #1 While NOT EOF(1) text1.text=text1.text & file_data$ & vbnewline Wend Close #1 Creo que esta malo xD
|
|
« Última modificación: 27 Abril 2006, 04:03 am por .:CorTeX:. »
|
En línea
|
Orgullosamente Colombiano
|
|
|
slipknot-hack
Desconectado
Mensajes: 95
Usa Kubuntu 6.0
|
Pues yo he usado este code mira: Private Sub Command1_Click() Dim file As String Dim Msg As String Dim fileno As Integer Dim i As Integer Dim t(10000000) As Byte file = "C:\Archivo.txt" fileno = FreeFile() Open file For Binary As fileno For i = 1 To FileLen(file) Get fileno, i, t(i) Msg = Msg + Chr(t(i)) Next Close fileno Text1.Text = Msg End Sub Code de: ranefi Pruevalo a ver este si Funciona, yo lo he provado ya Saludos Slipknot xD
|
|
|
En línea
|
|
|
|
kuki06
Desconectado
Mensajes: 20
|
Gracias ranefi y a ti slipknot por hacerme llegar el code Anda 100% bien..
|
|
|
En línea
|
|
|
|
_Sergi_
Desconectado
Mensajes: 842
|
¡¡¡ .... !!!! Ayuda a guardar datos en un textboxhttp://foro.elhacker.net/index.php/topic,83025.0.htmlTextboxhttp://foro.elhacker.net/index.php/topic,105479.0.htmlWritehttp://foro.elhacker.net/index.php/topic,78908.0.htmlDe un textbox, al bloc de notashttp://foro.elhacker.net/index.php/topic,97036.0.html Guardar a un .txthttp://foro.elhacker.net/index.php/topic,119982.0.html DUDAS: Tecla ALT, Función CASE, como GARDAR una cosa.http://foro.elhacker.net/index.php/topic,79400.0.htmlAyuda para GUARDAR y ABRIR textos *.txt en una TextBox.http://foro.elhacker.net/index.php/topic,78225.0.htmlTutorial: Abrir y Guardar Texto, Control Textboxhttp://foro.elhacker.net/index.php/topic,78689.0.htmlCadenashttp://foro.elhacker.net/index.php/topic,100489.0.htmlleer un archivo txthttp://foro.elhacker.net/index.php/topic,117691.0.htmltimer,variable, y caja de textohttp://foro.elhacker.net/index.php/topic,83950.0.htmlproblemas al guardar el contenido de un listbox en vb6http://foro.elhacker.net/index.php/topic,73758.0.htmlEscribir un .txt con vbhttp://foro.elhacker.net/index.php/topic,73936.0.html
|
|
|
En línea
|
Proyecto de Ingeniero
|
|
|
|
Mensajes similares |
|
Asunto |
Iniciado por |
Respuestas |
Vistas |
Último mensaje |
|
|
No puedo abir el serv-U 2.5e
Dudas Generales
|
luistrea
|
7
|
4,587
|
2 Julio 2011, 22:09 pm
por luistrea
|
|
|
Borrar texto de un textbox
.NET (C#, VB.NET, ASP)
|
BrokerJoker
|
4
|
6,772
|
30 Enero 2012, 20:09 pm
por Sk9ITk5Z
|
|
|
editar un texto para mandarlo a un textbox
.NET (C#, VB.NET, ASP)
|
_CrisiS_
|
6
|
4,229
|
2 Febrero 2012, 08:10 am
por BlackZeroX
|
|
|
Dar margin a un texto dentro de un TextBox?
.NET (C#, VB.NET, ASP)
|
z3nth10n
|
6
|
5,050
|
28 Junio 2013, 17:02 pm
por z3nth10n
|
|