im trying to add crossfade to items in a loaded playlist
Dim playereq As WMPLib.IWMPEqualizerSettingsCtrl
playereq.crossFade = True
this builds ok bt breaks with
"
An unhandled exception of type System.NullReferenceException occurred in bs_playlists.exe
Additional information: Object reference not set to an instance of an object.
"
Can anyone help?
Dim playereq As WMPLib.IWMPEqualizerSettingsCtrl
playereq.crossFade = True
this builds ok bt breaks with
"
An unhandled exception of type System.NullReferenceException occurred in bs_playlists.exe
Additional information: Object reference not set to an instance of an object.
"
Can anyone help?