Click to See Complete Forum and Search --> : Help requireddddd


anjali_0000
September 18th, 2001, 10:42 PM
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

Sunnydark
September 19th, 2001, 03:37 PM
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.