ugurmurat
Nov 21, 2007, 03:53 AM
I have 3 text boxes 2 forms and 3 command buttons
When I click the command button I want the text inside the 3 text boxes to save inside a text file (thats in form1)
I need to repeat this couple of times so
Every time I click command button it saves a new line (like the example below)
Text1 text2 text3
Text1 text2 text3
On form1 another button called command button2 will pop up form2
Inside form2 I want a list box so the text file loads here. Then buttun 3 on form2 will returen the select line back to the three text boxes
Hope I am clear and I hope this isn't too much to do
I am having hard time to do this
I once accomplish to save a text to file but only keeps saves to the first line lol so every time I press save it overides the previous information I don't want that
A BIG THANKS:)
When I click the command button I want the text inside the 3 text boxes to save inside a text file (thats in form1)
I need to repeat this couple of times so
Every time I click command button it saves a new line (like the example below)
Text1 text2 text3
Text1 text2 text3
On form1 another button called command button2 will pop up form2
Inside form2 I want a list box so the text file loads here. Then buttun 3 on form2 will returen the select line back to the three text boxes
Hope I am clear and I hope this isn't too much to do
I am having hard time to do this
I once accomplish to save a text to file but only keeps saves to the first line lol so every time I press save it overides the previous information I don't want that
A BIG THANKS:)