Using the WebBrowser control in .NET
http://www.codeproject.com/csharp/webbrowser.asp

解决方案 »

  1.   

    工具->自定义工具箱->Com组件->MiscroSoft Web 浏览器 然后添加即可!在你的工具箱就有了这个控件
      

  2.   

    If you are looking for the step-by-step information on using the webbrowser 
    control in C#.NET, Q313068 - HOWTO: Host WebBrowser Control in C# .NET to Post Form Data
     http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q313068 Q312777 - HOW TO: Handle Document Events in a Visual C# .NET Application
     http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q312777 Q304662 - HOWTO: Use the WebBrowser Control to Open Office Documents
     http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q304662
      

  3.   

    有一项是LocationURL,但是灰色的,填不了数据。不知指定一个网址在什么地方填写。还望赐教
      

  4.   

    在你的页面上添加一个文本框(textBoxAddress),用来输入网址.用下面这个函数!axWebBrowser.Navigate (textBoxAddress.Text ,ref nullObject,ref nullObjStr,ref nullObjStr,ref nullObjStr);