home *** CD-ROM | disk | FTP | other *** search
- There are 6 projects in chapter 4
-
- 1. lst41
- -------------------
- This directory contains the complete source code for lst41.exe, an
- OLE automation server.
-
- Steps to register lst41.exe:
- The following entry in lst41.reg needs to be modified to reflect
- where lst41.exe and lst41.tlb locate.
-
- For instance, if lst41.exe is stored under c:\activex\ch4\lst41\debug directory. The
- value associated with the LocalServer32 key needs to be changed as:
-
- ; registration info lst41.exe
- HKEY_CLASSES_ROOT\CLSID\{9FBBEDE5-1B40-11d0-88E0-00AA004A7C7B}\LocalServer32
- =c:\activex\ch4\lst41\debug\lst41.exe /Automation
-
- For instance, if lst41.tlb is under c:\activex\ch4\lst41. The value associted
- with the Win32 key needs to be changed as:
-
- ; registration info Lst41 TypeLib
- HKEY_CLASSES_ROOT\TypeLib\{9FBBEDE2-1B40-11d0-88E0-00AA004A7C7B}\1.0\409\win32
- = c:\activex\ch4\lst41\lst41.tlb
-
-
-
- 2. lst41use
- -------------------
- This directory contains the complete source code for lst41use.exe, a
- COM client application using lst41.exe.
-
- Before running lst41use.exe, make sure lst41.exe is registered.
-
- 3. lst42
- -------------------
- This directory contains the complete source code for lst42.exe, an OLE
- mini automation server.
-
- Steps to register lst42.exe:
- dos prompt> lst42.exe
-
- lst42.exe can only be run from the container application, such as Visual
- Basic. The chapter gives an example on how to use lst42.exe inside Visual
- Basic.
-
- 4. lst43
- -------------------
- This directory contains the complete source code for lst43.ocx, an OLE
- control used as an OLE automation server.
-
- Steps to register lst43.ocx:
- regsvr32 lst43.ocx
-
- lst43.ocx can be used in any container application, such as Visual
- Basic. The chapter gives an example on how to use lst43.ocx from Visual
- Basic.
-
- 5. lst44
- -------------------
- This directory contains the complete source code for lst44.dll, an
- automation server created using Active Template Library.
-
- Steps to register lst44.dll:
- regsvr32 lst44.dll
-
-
- 6. lst417.htm
- -------------------
- A html page using ActiveX control(lst44.dll) to retrieve the machine name.where the browser is running.