Whenever I try to say the volume of the media player like this:
Private Sub SndMasterSlider_ValueChanged(sender As Object, e As EventArgs) Handles SndMasterSlider.ValueChanged
Player1.settings.volume = SndMasterSlider.Value
End Sub
I get this error: An exception of type 'System.Windows.Forms.AxHost.InvalidActiveXStateException' occurred in AxInterop.WMPLib.dll but was not handled in user code