Diablicolic
Well-known member
Me no can dispose the audio stuff:
[VB]
The music is currently playing
Private Sub JustbtnNeww_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnNew.Click
System.Threading.Thread.Sleep(2000)
Hopefully stops the sounds from working <( )>
Background.Dispose()
HighlightSound.Dispose()
SelectSound.Dispose()
End Sub
[/VB]
But I get this error:
[VB]
The music is currently playing
Private Sub JustbtnNeww_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnNew.Click
System.Threading.Thread.Sleep(2000)
Hopefully stops the sounds from working <( )>
Background.Dispose()
HighlightSound.Dispose()
SelectSound.Dispose()
End Sub
[/VB]
But I get this error: