1 Answer
New AnswerQuestion
2/5/2017 10:23:24 PM
John A1 Answer
New AnswerHi Why would you use Visual Basic? C# is way more modern...anyway, here's how: First import System.IO (using System.IO;) then to write textbox value in the file you can do: File.WriteAllText("*your file path *", TextBox1.Text ); the path must have "\\" instead of "\", example: "Desktop\\My files\\project"
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message