DOCUMENT:Q189950 07-AUG-1998 [vbwin] TITLE :HOWTO: Install the Microsoft Windowless Controls for VB6 PRODUCT :Microsoft Visual Basic for Windows PROD/VER:WINDOWS:6.0 OPER/SYS:WINDOWS KEYWORDS: ====================================================================== --------------------------------------------------------------------- The information in this article applies to: - Microsoft Visual Basic Learning, Professional, and Enterprise Editions for Windows, version 6.0 --------------------------------------------------------------------- SUMMARY ======= The Microsoft Windowless Controls must be installed manually. Installation of these controls is not an option in the Visual Basic / Visual Studio 6.0 setup program. MORE INFORMATION ================ The files required for the Windowless Controls are located in the folder Common\Tools\VB\Winless on the Visual Basic CD-ROM. This folder is located on Disk #3 if you are installing from Visual Studio. The following files are present in that folder: MSWLESS.DEP MSWLESS.REG MSWLESS.OCX LTWTCT98.CHI LTWTCT98.CHM Step-by-Step Instructions ------------------------- 1. Locate the Common\Tools\VB\Winless folder. 2. Copy the two help files, LTWTCT98.*, to the Windows\Help folder, and the remaining three files to the Windows\System folder. -or- Copy all five files to the Windows\System folder. 3. Register MSWLESS.OCX by either Browsing to it in Visual Basic itself, or manually registering it using RegSvr32.Exe. RegSvr32.EXE can be found in the Common\Tools\VB\Regutils folder. The command line is: RegSvr32.Exe C:\Windows\System\MSWLESS.OCX 4. Register the design -ime license for the control. To do this, double-click the MSWLESS.REG file in Windows Explorer. This will merge the file into your registry. Alternatively, you can merge this file into your registry by running RegEdit.Exe. The command line is: RegEdit.Exe C:\Windows\System\MSWLESS.REG Additional query words: kbDSupport kbDSD kbRegistry kbVBp kbVBp600 kbCtrl kbSetup kbVS600 ====================================================================== Version : WINDOWS:6.0 Platform : WINDOWS Issue type : kbhowto ============================================================================= THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY. Copyright Microsoft Corporation 1998.