The information in this article applies to:
SYMPTOMS
When I use the NetMeeting SDK to build a conference application, why does
the NetMeeting user interface, which was hidden, suddenly appear and cover
my program's interface when I place a call to another user?
RESOLUTIONIf you do not wish to launch the NetMeeting user interface, you should initialize NetMeeting using NM_INIT_CONTROL. Your call to INmManager::Initialize() should have the following syntax: ULONG uOptions = (ULONG) 1; // NM_INIT_CONTROL; INmManager::Initialize(&uOptions,..); Additional query words:
Keywords : kbNetMeeting kbSDKNMeet210 kbSDKPlatform |
Last Reviewed: February 2, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |