How to save what u type in a textbox to a file?
april_er 0 Newbie Poster
Recommended Answers
Jump to PostDim oFile as System.IO.File Dim oRead as System.IO.StreamReader oRead = oFile.OpenText(“C:\sample.txt) oWrite.WriteLine(text1.text)
Jump to PostOoops.... yes it should be.
All 7 Replies
Comatose 290 Taboo Programmer Team Colleague
april_er 0 Newbie Poster
Comatose 290 Taboo Programmer Team Colleague
april_er 0 Newbie Poster
Comatose 290 Taboo Programmer Team Colleague
april_er 0 Newbie Poster
kingvandal 0 Newbie Poster
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.