home *** CD-ROM | disk | FTP | other *** search
- Chapter 16:
-
- The OLEView application in the OLEVIEW folder is a simple demonstration
- using the OLE container control. It is intended for either the 16 or 32
- bit version of VB.
-
- The projects in dlgRun1 through dlgRun4 were designed with a 32-bit
- platform in mind. The compiled versions of these projects (rbRun.dll
- from dlgRun3, and RunAddIn.dll from dlgRun4) are 32 bit OLE server DLL's
- compiled in VB4. They can probably be recompiled 16 bit OLE server
- EXE's but this has not been tested and there are, as they say, no
- guarantees etc.
-
- See the readme files in the dlgRun3 and dlgRun4 subdirectories for
- information on registering and using these dll's.
-
- Special Note concering chapter 16 projects:
- -------------------------------------------
- Please note that the dlgrun3 project must be compiled
- and registered within the Windows 95 or Windows NT
- environment before the fourth project, dlgrun4 will run.
-
- To register the class library created in dlgrun3, you must
- run the \tools\pss\regsvr32.exe path\runclass.dll application, which is included with
- Visual Basic.
-
- For example, you would enter:
- \vb\tools\pss\regsvr32.exe c:\vbu\source\chap16\dlgrun3\runclass.dll
-
-