home *** CD-ROM | disk | FTP | other *** search
/ The Net: Ultimate Internet Guide / WWLCD1.ISO / pc / conf_sdk / conf_sdk.exe / EXCEL.TXT < prev    next >
Encoding:
Text File  |  1996-07-02  |  1.9 KB  |  47 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 : EXCEL
  10. ========================================================================
  11.  
  12. This example demonstrates an add-in program for Microsoft Excel.
  13.  
  14. To install the add-in program while running Excel:
  15.  
  16.      1. On the Tools menu, click Add-ins.
  17.      2. In the Add-ins Available box, click Browse, and then locate the
  18.         "NetMeeting" add-in in the SDK Samples\Excel directory.
  19.  
  20. The conferencing toolbar may be disabled, and therefore not visible.
  21. To re-enable the toolbar (or to confirm that the conferencing toolbar is
  22. installed):
  23.  
  24.      1. On the View menu, click Toolbars...
  25.      2. Enable the conferencing toolbar in the Toolbars listbox.
  26.  
  27. The following operations are provided:
  28.  
  29.     * LaunchConferencing - Starts Microsoft NetMeeting in the 
  30.           background listening for calls.
  31.     * ConnectUser - Prompts for a machine name to connect to, starts
  32.       Microsoft NetMeeting if not already running, and establishes
  33.       the connection.
  34.     * ShareApp - Shares the currently running instance of Excel to the
  35.       conference.
  36.     * UnShare - If the current instance of Excel is shared, this unshares
  37.       it from the conference.
  38.     * SendFile - Sends the current file to the conference.
  39.  
  40. Notes:
  41.  
  42. 1) The EZCONF.DLL must be installed in your Windows\System directory.
  43.    Refer to the Readme.txt file in the SDK Samples\EZCONF directory for
  44.    instructions on how to build and install this DLL.
  45.  
  46. 2) You must have Microsoft NetMeeting installed in order to run this example.
  47.