Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
need help with my music player:)
#1
hello, i need help with this code here

this code should get the playlists that you created and then show them in a listbox but it gives me an error i would need some help with itSmile

Code:
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
        Dim direc = "C:\Users\Admin\Documents\Visual Studio 2010\Projects\Xpress Player\Xpress Player\bin\Debug\playlists"
        For Each directory As String In System.IO.Directory.GetDirectories(direc)
            ListBox2.Items.Add(directory)
        Next

    End Sub


Messages In This Thread
need help with my music player:) - by Protection4Real - 02-22-2011, 09:21 AM
Re: need help with my music player:) - by xolara - 02-22-2011, 03:08 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)