I have textbox showing the path which read from txt file
-----------------------------
Inside Txtfile look like this :

TextBox1.Text = C:\Hello\
-------------------------------
And the textbox will show the path C:\Hello\
Whatever i changed in txtfile the textbox will show the path from txtfile

But now i want to edit from textbox , and the textfile also change.

How can i do that?!
Pls Help. Thanks

>But now i want to edit from textbox , and the textfile also change.

Not sure what do you want. You can use System.IO.File class methods to read/write text.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.