G
Guest
Ok, hi evryon
now I swear I put this post up yesterday but I cant find it anywhere so ill put it up again
So I'm making a program to play music but the code ive got for the open dialog thing isn't working. This is what iv'e go
\\\\\\\ Private Sub MenuItem2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BtnOpen.Clic
Dim OpenFileDialog(
Dim openFile As New System.Windows.Forms.OpenFileDialo
openFile.DefaultExt = "mp3
openFile.Filter = "mp3 files (*.mp3)|*.mp3
openFile.ShowDialog(
Dim filename As Strin
For Each filename In openFile.FileName
Nex
End Su
////////
Now when i try to open an mp3 (when im running the program) and it doesnt doing and the program keeps running.
Now someone gave me code for this about a month ago and it didn't work. I also wnat to be able to play ANY music file on my computer like realplayeror media player
Thanx
now I swear I put this post up yesterday but I cant find it anywhere so ill put it up again
So I'm making a program to play music but the code ive got for the open dialog thing isn't working. This is what iv'e go
\\\\\\\ Private Sub MenuItem2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BtnOpen.Clic
Dim OpenFileDialog(
Dim openFile As New System.Windows.Forms.OpenFileDialo
openFile.DefaultExt = "mp3
openFile.Filter = "mp3 files (*.mp3)|*.mp3
openFile.ShowDialog(
Dim filename As Strin
For Each filename In openFile.FileName
Nex
End Su
////////
Now when i try to open an mp3 (when im running the program) and it doesnt doing and the program keeps running.
Now someone gave me code for this about a month ago and it didn't work. I also wnat to be able to play ANY music file on my computer like realplayeror media player
Thanx