Diablicolic
Centurion
Me no can dispose the audio stuff:
But I get this error:
Visual Basic:
'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
But I get this error: