good day i need help for this errors :S


i try use
Bass.BASS_PluginLoad("bass_dshow.dll")
Dim b As Integer = Bass.BASS_StreamCreateFile(ListView1.SelectedItems(0).Text, 0, 0, BASSFlag.BASS_STREAM_AUTOFREE)
BassDShow.BASS_DSHOW_ChannelSetWindow(Me.PictureBox1.Handle, 0, 0)
Bass.BASS_ChannelPlay(b, False)
or this method
Dim a As Integer = AddOn.DShow.BassDShow.BASS_DSHOW_Init(PictureBox1.Handle, BASSDSHOWInit.BASS_DSHOW_Default)
If ListView1.SelectedItems.Count > 0 Then
Dim b As Integer = BassDShow.BASS_DSHOW_StreamCreateFile(ListView1.SelectedItems(0).Text, 0, Nothing, BASSFlag.BASS_DEFAULT)
BassDShow.BASS_DSHOW_ChannelSetWindow(Me.PictureBox1.Handle, 0, 0)
BassDShow.BASS_DSHOW_ChannelPlay(b)
End If
and all time i receive this errors :S
i try register in surodev.com but the link for registration freeware not work the link
