home *** CD-ROM | disk | FTP | other *** search
- -------------------------------------------------------------------
- Microsoft ActiveX Conferencing SDK 1.0 (Beta 2) Samples ReadMe
- July 1996
- -------------------------------------------------------------------
-
- (c) Copyright Microsoft Corporation, 1996
-
- ========================================================================
- MICROSOFT ACTIVEX CONFERENCING API SAMPLE : EXCEL
- ========================================================================
-
- This example demonstrates an add-in program for Microsoft Excel.
-
- To install the add-in program while running Excel:
-
- 1. On the Tools menu, click Add-ins.
- 2. In the Add-ins Available box, click Browse, and then locate the
- "NetMeeting" add-in in the SDK Samples\Excel directory.
-
- The conferencing toolbar may be disabled, and therefore not visible.
- To re-enable the toolbar (or to confirm that the conferencing toolbar is
- installed):
-
- 1. On the View menu, click Toolbars...
- 2. Enable the conferencing toolbar in the Toolbars listbox.
-
- The following operations are provided:
-
- * LaunchConferencing - Starts Microsoft NetMeeting in the
- background listening for calls.
- * ConnectUser - Prompts for a machine name to connect to, starts
- Microsoft NetMeeting if not already running, and establishes
- the connection.
- * ShareApp - Shares the currently running instance of Excel to the
- conference.
- * UnShare - If the current instance of Excel is shared, this unshares
- it from the conference.
- * SendFile - Sends the current file to the conference.
-
- Notes:
-
- 1) The EZCONF.DLL must be installed in your Windows\System directory.
- Refer to the Readme.txt file in the SDK Samples\EZCONF directory for
- instructions on how to build and install this DLL.
-
- 2) You must have Microsoft NetMeeting installed in order to run this example.
-