C#加载ActiveX控件问题
加载ActiveX控件,C#无法添加到窗体
提示,参数“1”: 无法从“MSFlexGridLib.MSFlexGrid”转换为“System.Windows.Forms.Control” (CS1503) - D:\NET\abc\Form1.Designer.cs:60,31
this.grid1=new MSFlexGridLib.MSFlexGrid();
this.grid1.Size=new System.Drawing.Size(400,400);
this.Controls.Add(this.grid1);
望能指点,谢谢!!
搜索更多相关主题的帖子:
加载ActiveX 控件 MSFlexGrid System new