How can i set Textbox1.text equal to the conents of file.txt?
nevets04 0 Light Poster
Recommended Answers
Jump to PostUse methods of System.IO.File class.
If System.IO.File.ReadAllText("file.txt") = TextBox1.Text Then 'Put your code End If
All 3 Replies
Reply to this topic 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.