Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~168 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Juninho_1

Good evening,    I'm having problems when trying to save a listbox in a .txt file, follow the code; IO.Directory.CreateDirectory("C:\Test") Dim Caminho As New IO.StreamWriter("C:\Test\Arquin.txt") Dim i As Integer For i = 0 To ListBox1.Items.Count - 1 Caminho.WriteLine(ListBox1.Items.Item(i)) Next Caminho.Close() The following error occurs: 'Item' is not a member of …

Member Avatar for Reverend Jim
0
168