Hello All i want to make a mp3 player in vb6.I want to make it like when you click file1 the mp3 start playing.
I have written this code in the File1:
Private Sub File1_Click()
Media1.open File1.FileName

End Sub
And the error that the machine gives me say
Run-Time error '438'
Object doesn't support this property or method

What do i need ?
I am a noob