c#SHDocVw.InternetExplorer com显示面板控件添加
我的代码
var IE = new SHDocVw.InternetExplorer();
object URL = "http://arena-fm-arena.fm.tc/";
ShowWindow((IntPtr)IE.HWND, 3);
IE.Navigate2(ref URL);
panel1.Controls.Add(IE);