好的,对不起,没有说清楚,浪费大家时间了
////////////////////////////////////////
窗体Control中:
有代理delegate void MyDelegate;
声明了窗体Video的实例fvideo;
有函数
public void mytest(){
   this.Lable.Text=this.fvideo.wmp_video.currentMedia.getIteminfo("title");//
}
///
窗体Video中,用了Windows media控件【public的,名称wmp_video】,在该控件的mediachang事件中我要用代理执行窗体Control中的mytest函数///////
现在问题是能执行mytest,但是遇到this.fvideo.wmp_video.currentMedia.getIteminfo("title");就出错,而且没有任何错误信息,其后的语句也不执行