home *** CD-ROM | disk | FTP | other *** search
/ The Net: Ultimate Internet Guide / WWLCD1.ISO / pc / workshop / prog / msconf / confsdk.exe / WORD.TXT < prev   
Encoding:
Text File  |  1996-05-23  |  2.1 KB  |  57 lines

  1. -------------------------------------------------------------------
  2.    Microsoft ActiveX Conferencing SDK 1.0 (Beta 1) Samples ReadMe
  3.                            May 1996            
  4. -------------------------------------------------------------------
  5.  
  6.                  (c) Copyright Microsoft Corporation, 1996
  7.  
  8. ========================================================================
  9.        MICROSOFT 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 CONFMCR.DOT to your Microsoft Office
  18.         templates directory.
  19.      2. Create a new document in Microsoft Word using the CONFMCR
  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 CONFMGR 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 and displays
  40.        a UI allowing you to connect to another user.
  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.