-
how to save ListBox in vb.net
how to save ListBox in vb.net
Dim files() As String
files = Directory.GetFiles("C:\", "*.mp3")
Dim file As String
For Each file In files
ListBox1.Items.Add(Path.GetFileName(file))
Next
output :
00001.mp3
00003.mp3
00005.mp3 ....
want to save all item wth Only filenam to another folder.
Similar Threads
-
By RichardGR in forum .NET
Replies: 2
Last Post: 12-19-2007, 12:25 PM
-
By N4N01D in forum VB Classic
Replies: 1
Last Post: 01-06-2005, 11:37 AM
-
By N4N01D in forum VB Classic
Replies: 0
Last Post: 01-06-2005, 06:53 AM
-
By anonymous in forum VB Classic
Replies: 2
Last Post: 10-21-2002, 06:27 AM
-
By anonymous in forum VB Classic
Replies: 2
Last Post: 08-09-2002, 01:35 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|