area?

Recommended Answers

All 4 Replies

Confusing question; care to share more in depth detailed info?

Like say i enter a password in Textbox1 well when i press a button i want it to save a text file WITH the text entered in textbox1 into a text file.

Dim myCoolPassWordFile As String = "C:\myPassword.txt"
        IO.File.WriteAllText(myCoolPassWordFile, TextBox1.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.