Log in

View Full Version : Save load select text


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:)

Duane in Japan
Nov 22, 2007, 12:46 AM
Can you please post your code so far.

ugurmurat
Nov 26, 2007, 08:04 AM
Thanks for the reply

But I found my answer and attached if anyone needs it

Have a good day :cool: