Mettre un txt dans une textbox ou une label !!!

benji - 11 juin 2000 à 17:06
 JoEy - 13 juin 2000 à 23:39
ben voila tout est resumer dans le titre !!

aidez moi !!!!

1 réponse

Salut
pour charger un fichier texte dans text1.text :

dim ligne as string
dim tout as string

open "Fichier_a_mettre_dans_le_txt" for input as #1
do until EOF(1)
line input #1,ligne
tout=tout & ligne
loop
text1.text=tout

voila ca devrai marcher (pense à mettre multiline a true pour le text1)

Ciao
0
Rejoignez-nous