Windows media player Error event

Jan 29 2005 11:35 AM
I've imported the microsoft windows media player component to my windows form. It plays my media streams fine but i need to set it up to fire a media error event whenever the URL it is trying to open is incorrect the microsoft websight says i need to do this - "To create an event handler, first open the Properties window for the Windows Media Player control. In the list of events, double-click MediaError." then the following code should appear in the code editor - private void Player_MediaError(object sender, _WMPOCXEvents_MediaErrorEvent e) { } however i can't find where in the properties window i need to "double click MediaError" apparently this option needs to be set in order for the player to fire an error event. can someone please help - Thanks