===================================== Internet Explorer Web Controls README ===================================== Last updated: 1/14/2002 Thank you for downloading the IE Web Controls source code release! The Src folder contains the source code for the IE MultiPage, ToolBar, TreeView, and TabStrip controls, along with related base classes and design-time support. To build the IE Web Controls: 1. Make sure you have installed the .NET Framework SDK v1.0 or v1.1 2. Run Build.bat, which will create a build folder in this directory. The build folder contains Microsoft.Web.UI.WebControls.dll and a Runtime directory of supporting files. *What was needed: C:\WINNT\Microsoft.NET\Framework\v1.1.4322\csc.exe /out:build\Microsoft.Web.UI.WebControls.dll @IEWebControls.rsp xcopy src\Runtime build\Runtime /E /Y /I /Q To run the IE Web Controls: 1. Copy the contents of the Runtime directory to the webctrl_client\1_0 directory under your top-level site directory. For example, if your site root is c:\Inetpub\wwwroot, type this at the command prompt: xcopy /s /i .\build\Runtime c:\Inetpub\wwwroot\webctrl_client\1_0 /y This will create the following directory structure under the site: /webctrl_client/1_0 MultiPage.htc TabStrip.htc toolbar.htc treeview.htc webservice.htc webserviced.htc [images] [treeimages] 2. Create a new web application in IIS and copy the contents of the samples directory to this application directory. For example: xcopy /s /i .\samples c:\Inetpub\wwwroot\sampleapp /y *What I did: xcopy /s /i .\samples c:\Inetpub\wwwroot\IEWebControls /y 3. Create a /bin subdirectory for the application and copy the file Microsoft.Web.UI.WebControls.dll to this directory. The contents of the application will be as follows: /sampleapp multipage.aspx state_city.xml tabstrip.aspx toolbar.aspx treeview.aspx treeview_bound.aspx /bin Microsoft.Web.UI.WebControls.dll 4. Request the sample pages from your Internet Explorer web browser, for example: http://localhost/sampleapp/multipage.aspx For additional documentation and samples visit: http://msdn.microsoft.com/library/default.asp?url=/workshop/webcontrols/webcontrols_entry.asp Here are the DOS Commands: Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. C:\>cd program files C:\Program Files>cd ie web controls C:\Program Files\IE Web Controls>dir Volume in drive C has no label. Volume Serial Number is 9C8B-E788 Directory of C:\Program Files\IE Web Controls 02/19/2005 06:58 PM . 02/19/2005 06:58 PM .. 01/07/2003 04:37 PM 181 build.bat 01/07/2003 04:37 PM 17,374 EULA.rtf 01/07/2003 04:37 PM 585 IEWebControls.rsp 01/20/2003 08:10 PM 2,178 README.txt 02/19/2005 06:58 PM samples 02/19/2005 06:58 PM src 4 File(s) 20,318 bytes 4 Dir(s) 13,202,309,120 bytes free C:\Program Files\IE Web Controls>build.bat 'csc.exe' is not recognized as an internal or external command, operable program or batch file. 42 File(s) copied C:\Program Files\IE Web Controls>C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\c c.exe /out:build\Microsoft.Web.UI.WebControls.dll @IEWebControls.rsp The system cannot find the path specified. C:\Program Files\IE Web Controls>cd .. C:\Program Files>cd .. C:\>C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\csc.exe /out:build\Microsoft.W b.UI.WebControls.dll @IEWebControls.rsp The system cannot find the path specified. C:\>\WINDOWS\Microsoft.NET\Framework\v1.1.4322\csc.exe /out:build\Microsoft.Web UI.WebControls.dll @IEWebControls.rsp The system cannot find the path specified. C:\>csc.exe 'csc.exe' is not recognized as an internal or external command, operable program or batch file. C:\>WINDOWS\Microsoft.NET\Framework\v1.1.4322\csc.exe /out:build\Microsoft.Web. I.WebControls.dll @IEWebControls.rsp The system cannot find the path specified. C:\>cd windows The system cannot find the path specified. C:\> C:\> C:\>WINNT\Microsoft.NET\Framework\v1.1.4322\csc.exe /out:build\Microsoft.Web.UI WebControls.dll @IEWebControls.rsp fatal error CS2011: Unable to open response file 'c:\IEWebControls.rsp' C:\>C:\WINNT\Microsoft.NET\Framework\v1.1.4322\csc.exe /out:build\Microsoft.Web UI.WebControls.dll @IEWebControls.rsp fatal error CS2011: Unable to open response file 'c:\IEWebControls.rsp' C:\>xcopy src\Runtime build\Runtime /E /Y /I /Q File not found - Runtime 0 File(s) copied C:\>cd program files C:\Program Files>cd ie web controls C:\Program Files\IE Web Controls>C:\WINNT\Microsoft.NET\Framework\v1.1.4322\csc exe /out:build\Microsoft.Web.UI.WebControls.dll @IEWebControls.rsp Microsoft (R) Visual C# .NET Compiler version 7.10.6001.4 for Microsoft (R) .NET Framework version 1.1.4322 Copyright (C) Microsoft Corporation 2001-2002. All rights reserved. src\treeview.cs(1193,13): warning CS0618: 'System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.XPathNavigator, System.Xml.Xsl.XsltArgumentList, System.IO.Stream)' is obsolete: 'You should pass XmlResolver to Transform() method' C:\Program Files\IE Web Controls>xcopy src\Runtime build\Runtime /E /Y /I /Q 42 File(s) copied C:\Program Files\IE Web Controls>xcopy /s /i .\build\Runtime c:\Inetpub\wwwroot webctrl_client\1_0 /y .\build\Runtime\MultiPage.htc .\build\Runtime\TabStrip.htc .\build\Runtime\toolbar.htc .\build\Runtime\treeview.htc .\build\Runtime\webservice.htc .\build\Runtime\webserviced.htc .\build\Runtime\images\folder.gif .\build\Runtime\images\folderopen.gif .\build\Runtime\images\html.gif .\build\Runtime\images\root.gif .\build\Runtime\treeimages\f.gif .\build\Runtime\treeimages\fminus.gif .\build\Runtime\treeimages\fplus.gif .\build\Runtime\treeimages\i.gif .\build\Runtime\treeimages\L.gif .\build\Runtime\treeimages\Lminus.gif .\build\Runtime\treeimages\Lplus.gif .\build\Runtime\treeimages\minus.gif .\build\Runtime\treeimages\plus.gif .\build\Runtime\treeimages\r.gif .\build\Runtime\treeimages\Rminus.gif .\build\Runtime\treeimages\Rplus.gif .\build\Runtime\treeimages\T.gif .\build\Runtime\treeimages\Tminus.gif .\build\Runtime\treeimages\Tplus.gif .\build\Runtime\treeimages\white.gif .\build\Runtime\treeimages\rtl\F.gif .\build\Runtime\treeimages\rtl\Fminus.gif .\build\Runtime\treeimages\rtl\Fplus.gif .\build\Runtime\treeimages\rtl\I.gif .\build\Runtime\treeimages\rtl\L.gif .\build\Runtime\treeimages\rtl\Lminus.gif .\build\Runtime\treeimages\rtl\Lplus.gif .\build\Runtime\treeimages\rtl\minus.gif .\build\Runtime\treeimages\rtl\plus.gif .\build\Runtime\treeimages\rtl\r.gif .\build\Runtime\treeimages\rtl\Rminus.gif .\build\Runtime\treeimages\rtl\Rplus.gif .\build\Runtime\treeimages\rtl\T.gif .\build\Runtime\treeimages\rtl\Tminus.gif .\build\Runtime\treeimages\rtl\Tplus.gif .\build\Runtime\treeimages\rtl\white.gif 42 File(s) copied C:\Program Files\IE Web Controls>xcopy /s /i .\samples c:\Inetpub\wwwroot\IEWeb ontrols /y .\samples\multipage.aspx .\samples\state_city.xml .\samples\tabstrip.aspx .\samples\toolbar.aspx .\samples\treeview.aspx .\samples\treeview_bound.aspx 6 File(s) copied C:\Program Files\IE Web Controls>