Salut,
StreamReader sr = new StreamReader("ton fichier.txt", ASCIIEncoding.Default); string s = sr.ReadToEnd(); sr.Close(); textBox.Text = s;
++
------------------------------- Réponse au message : -------------------------------
> bonjourd comment pouvont nous faire pour ouvrire un fichier txt sans passer par une fenetre showdialog pour aficher le text dans une textbox > > merci d avance
|