Can't figure out to save from a textbox or a combo box to a file and the below code is giving me errors, any help appreciated thanks.
Dim name As String
name = txtboxName.Text
IO.File.ReadAllLines("savedInformation.txt", name)
IO.File.ReadAllText("Listbox.txt", name)
Dim name As String
name = txtboxName.Text
IO.File.ReadAllLines("savedInformation.txt", name)
IO.File.ReadAllText("Listbox.txt", name)