Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Controlling MS Netmeeting from VB6

  • 07-03-2005 3:27pm
    #1
    Closed Accounts Posts: 5


    Hi

    Does anyone know how I can gain control over Netmeeting from VB6. I can launch it no problem but can not close calls etc.

    Dave


Comments

  • Registered Users, Registered Users 2 Posts: 1,391 ✭✭✭fatherdougalmag


    Have you read through these? I'm not familiar with it or anything. It just looks like it is possible for most apps to control various aspects of NM.


  • Registered Users, Registered Users 2 Posts: 7,468 ✭✭✭Evil Phil


    http://msdn.microsoft.com/library/default.asp?url=/library/EN-US/netmeet/nm3com1_8m09.asp documents the COM API. Like fatherdougalmag I'm not familiar with it but the COM objects should provide everything you need.


  • Registered Users, Registered Users 2 Posts: 1,391 ✭✭✭fatherdougalmag


    I think you really need to bite the bullet and get jiggy with COM. It seems that you can enumerate the calls (presumably you'll only have your call) and then call the ::Release method which will decrement the reference count and (should) result in the call being released.

    There's a C++ sample here showing you how to launch NM if that's any help. Along with having no NetMeeting experience I'm also not very conversant in COM.

    As I mentioned in my PM, just killing the NetMeeting program might also be an option. Or just reboot the machine :)


Advertisement