CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2001
    Posts
    4

    Help requireddddd

    How to acess NetMeeting API's from VB . I need to ave a host and a set of clients connected to him . I need to perform whiteboard opoerations , Presentation sharing ....that iof the host scribbles on the whiteboard or opens a presentation ,. the clients connected should get the same .

    This is similar to NetMeeting ...and as per Microsoft they have clearly given that ...NetMeeting API's can be used from VB . But there are no clear examples and if any one have a idea on the above stated kindly help me .

    Anjali


  2. #2
    Join Date
    Sep 2001
    Posts
    7

    Re: Help requireddddd

    i haven't found any documentation on netmeeting API ether but what u can do is to call the netmeeting using this statement:

    Dim NetMeeting as object
    set NetMeeting=CreateObject("NetMeeting.App")




    Then you can debug setting a breakpoint after the "Set" statment and browse the "NetMeeting" object for it's properties.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured