home *** CD-ROM | disk | FTP | other *** search
/ ActiveX Programming Unleashed CD / AXU.iso / source / chap04 / readme.txt < prev   
Encoding:
Text File  |  1996-10-11  |  2.1 KB  |  70 lines

  1. There are 6 projects in chapter 4
  2.  
  3. 1. lst41
  4. -------------------
  5. This directory contains the complete source code for lst41.exe, an 
  6. OLE automation server.
  7.  
  8. Steps to register lst41.exe:
  9.     The following entry in lst41.reg needs to be modified to reflect
  10.     where lst41.exe and lst41.tlb locate.
  11.  
  12.     For instance, if lst41.exe is stored under c:\activex\ch4\lst41\debug directory.  The 
  13.     value associated with the LocalServer32 key needs to be changed as: 
  14.  
  15.     ; registration info lst41.exe
  16.     HKEY_CLASSES_ROOT\CLSID\{9FBBEDE5-1B40-11d0-88E0-00AA004A7C7B}\LocalServer32
  17.      =c:\activex\ch4\lst41\debug\lst41.exe /Automation
  18.  
  19.     For instance, if lst41.tlb is under c:\activex\ch4\lst41. The value associted
  20.     with the Win32 key needs to be changed as: 
  21.  
  22.     ; registration info Lst41 TypeLib
  23.     HKEY_CLASSES_ROOT\TypeLib\{9FBBEDE2-1B40-11d0-88E0-00AA004A7C7B}\1.0\409\win32 
  24.     = c:\activex\ch4\lst41\lst41.tlb
  25.  
  26.  
  27.  
  28. 2. lst41use
  29. -------------------
  30. This directory contains the complete source code for lst41use.exe, a
  31. COM client application using lst41.exe.
  32.  
  33. Before running lst41use.exe, make sure lst41.exe is registered.
  34.  
  35. 3. lst42
  36. -------------------
  37. This directory contains the complete source code for lst42.exe, an OLE
  38. mini automation server.
  39.  
  40. Steps to register lst42.exe: 
  41.     dos prompt> lst42.exe
  42.  
  43. lst42.exe can only be run from the container application,  such as Visual
  44. Basic. The chapter gives an example on how to use lst42.exe inside Visual 
  45. Basic.
  46.  
  47. 4. lst43
  48. -------------------
  49. This directory contains the complete source code for lst43.ocx, an OLE
  50. control used as an OLE automation server.
  51.  
  52. Steps to register lst43.ocx:
  53.      regsvr32 lst43.ocx
  54.  
  55. lst43.ocx can be used in any container application, such as Visual
  56. Basic. The chapter gives an example on how to use lst43.ocx from Visual 
  57. Basic.
  58.  
  59. 5. lst44
  60. -------------------
  61. This directory contains the complete source code for lst44.dll, an
  62. automation server created using Active Template Library.
  63.  
  64. Steps to register lst44.dll:
  65.     regsvr32 lst44.dll
  66.  
  67.  
  68. 6. lst417.htm
  69. -------------------
  70. A html page using ActiveX control(lst44.dll) to retrieve the machine name.where the browser is running.