第一步:下载安装IE WEB CONTROLS
下载地址:http://msdn.microsoft.com/archive/en-us/samples/internet/asp_dot_net_servercontrols/webcontrols/
环境的配置:
IE Web Controls
1、双击安装完成,默认:系统盘:/program files/IE Web Controls目录下。
2、运行“程序——Microsoft Visual Studio.NET 2003 ——Visual Studio.NET 工具 ——Microsoft Visual Studio.NET 2003 命令提示符”。
3、进入到IE Web Control 安装目录 ,运行build.bat 。
4、运行 xcopy /s /i ./build/Runtime c:/Inetpub/wwwroot/webctrl_client/1_0 /y
在”工具箱——web窗体“单击右键,选择“添加/移除项...”,在弹出对话框中选择.net framwork 组件,单击“浏览”,在C:/Program Files/IE Web Controls/build找到Microsoft.Web.UI.WebControls.dll文件,添加上即可。
这样就配置好了运行环境。接下来进行实操作阶段了。