__Doc_
New member
- Joined
- Aug 23, 2008
- Messages
- 3
I have coded in VB6 for a while now and Ive decided to code in VB9.
I have the OpenFileDialog(Dim ofd As New OpenFileDialog), It loads my .txt files into my List1.
How can i save my list2 to any file, preferably .txt
I would obviously have, .Filter = "Text Files (*.txt)|*.txt| All Files(*.*)|*.*"
Im just confused about the code for saving. Isnt like VB6.
Any help would be appreciated. ty
-Gabriel
I have the OpenFileDialog(Dim ofd As New OpenFileDialog), It loads my .txt files into my List1.
How can i save my list2 to any file, preferably .txt
I would obviously have, .Filter = "Text Files (*.txt)|*.txt| All Files(*.*)|*.*"
Im just confused about the code for saving. Isnt like VB6.
Any help would be appreciated. ty
-Gabriel