home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 December / PCWKCD1296.iso / vjplusb / activex / inetsdk / samples / msconf / word / readme.txt < prev   
Encoding:
Text File  |  1996-07-03  |  2.1 KB  |  57 lines

  1. -------------------------------------------------------------------
  2.    Microsoft ActiveX Conferencing SDK 1.0 (Beta 2) Samples ReadMe
  3.                            July 1996            
  4. -------------------------------------------------------------------
  5.  
  6.                  (c) Copyright Microsoft Corporation, 1996
  7.  
  8. ========================================================================
  9.        MICROSOFT ACTIVEX CONFERENCING API SAMPLE : WORD
  10. ========================================================================
  11.  
  12. This example demonstrates adding macros for Microsoft NetMeeting to
  13. Microsoft Word.
  14.  
  15. To install the Microsoft NetMeeting Word macros:
  16.  
  17.      1. Copy the Word template file NETMTG.DOT to your Microsoft Office
  18.     templates directory.
  19.      2. Create a new document in Microsoft Word using the NETMTG
  20.     template.
  21.  
  22.         Or:
  23.  
  24.         Add this template to an existing document by:
  25.  
  26.         a) On the File menu, click Templates...
  27.         b) Click on the Add button.
  28.         c) Choose the NETMTG template file.
  29.  
  30. The conferencing toolbar may be disabled, and therefore not visible.
  31. To re-enable the toolbar (or to confirm that the conferencing toolbar is
  32. installed):
  33.  
  34.      1. On the View menu, click Toolbars...
  35.      2. Enable the conferencing toolbar in the Toolbars listbox.
  36.  
  37. The following macros are provided:
  38.  
  39.      * LaunchConferencing - Starts Microsoft NetMeeting in the 
  40.            background and listens for calls.
  41.      * ConnectUser - Prompts for a machine name to connect to, starts
  42.        Microsoft NetMeeting if not already running, and establishes
  43.        the connection.
  44.      * ShareApp - Shares the currently running instance of Word to the
  45.        conference.
  46.      * UnShare - If the current instance of Word is shared, this unshares
  47.        it from the conference.
  48.      * SendFile - Sends the current file to the conference.
  49.  
  50. Notes:
  51.  
  52. 1) The EZCONF.DLL must be installed in your Windows\System directory.
  53.    Refer to the Readme.txt file in the SDK Samples\EZCONF directory for
  54.    instructions on how to build and install this DLL.
  55.  
  56. 2) You must have Microsoft NetMeeting installed in order to run this example.
  57.