Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Terminating an Application

  • 16-03-2005 02:51PM
    #1
    Closed Accounts Posts: 5


    I trying to control NetMeeting from a VB 6 project and have run into some difficulties. Could someone take a look at my code and tell me where I am going wrong.

    Dave


Comments

  • Closed Accounts Posts: 92 ✭✭tempest


    Dave David wrote:
    I trying to control NetMeeting from a VB 6 project and have run into some difficulties. Could someone take a look at my code and tell me where I am going wrong.

    Dave

    Well maybe if you post some code :rolleyes:

    Seriously though, If you post it up I'm sure someone might be able to see something.


  • Closed Accounts Posts: 92 ✭✭tempest


    To be honest, I wouldn't even begin to go about it the way you have started. It's possible to do it like that but it's going to get very messy.

    The main problem is that you have to know exactly what windows will pop up. What to do when they do.

    Why not have a look at the COM API for controlling NetMeeting .

    You will need to write something like

    Dim nMeeting
    Set nMeeting = New Netmeeting.App

    nMeeting.doSomethingIWantToDo(params, for, what, I, want, to, do)


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


    Maybe I'm missing something but have you declared your constants e.g. GWL_STYLE. If not that would explain things aren't working.


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


    Dan Appleman has a book you might like. I know I did.


  • Registered Users, Registered Users 2 Posts: 2,781 ✭✭✭amen


    that is a nice and handy book
    saved my life once


  • Advertisement
Advertisement