Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~982 People Reached
Favorite Forums
Member Avatar for Hatem_1

how to make a reading operation with this writing textfile solution, please? Textbox[]tbs = { textBox1, textBox2, textBox3, textBox4, textBox5 }; // add all of them in here StringBuilder sb = new StringBuilder(); foreach(TextBox tb in tbs) sb.AppendLine(tb.Text); System.IO.File.WriteAllText(@"C:\myFile.txt", sb.ToString());

Member Avatar for Hatem_1
0
158
Member Avatar for Hatem_1

Hello, I am a new member on this site, and i like c#. If you help me and nice to meet you.

Member Avatar for JorgeM
0
73
Member Avatar for gara_mirza

Hi all I'm new here, i'm gara student at collage of technology engineering department nice to meet u all

Member Avatar for Hatem_1
0
104
Member Avatar for 良红
Member Avatar for Nation

I am interested in Java programming and software development. I hope I fallen in good hands.

Member Avatar for Hatem_1
0
79
Member Avatar for juliocesar.schincariolfilho

Hello! I'm using daniweb to learn/study c++. I love to work with c++ and win32 and here you have a lot of sources to study. Ty and Happy new year. =p

Member Avatar for Hatem_1
0
117
Member Avatar for CompUS Jim Todd
Member Avatar for compulove

I wanted to know how to send all the entered user information from the textboxes on my form to one text file. I was thinking I need to say MessageBox.Show("each textbox), but I don't think that is right. All of this is is login information plus other user data so …

Member Avatar for ddanbe
0
205