ID: Q191524
The information in this article applies to:
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?
You are initializing NetMeeting using the NM_INIT_NORMAL control.
If 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 kbfaq
Version : 2.1
Platform : WINDOWS winnt
Issue type : kbprb
Last Reviewed: December 17, 1998