Hi all,

I am just wondering how i can access the Equaliser settings for media player 9. I have the media player control on my form but when I try the following (got this sample from the net):

Dim Playereq As IWMPEqualizerSettingsCtrl

Playereq.gainLevel1 = 5
Playereq.gainLevel2 = 0
Playereq.gainLevel3 = -5


I get this error:

An unhandled exception of type 'System.NullReferenceException' occurred

Additional information: Object reference not set to an instance of an object.

I have searched all over the place trying to find a solution but to no avail. I read somewhere about only being able to access the Equalizer settings using skins, but again i can find any info/samples on that. Any help would be great.