NETMEETING SDK and VB6
does anyone here know where i can find documentation related to using the netmeeting SDK in visual basic ? i have only been able to find C++ documentation which doesnt help me at all.
[183 byte] By [
ranasrule] at [2007-11-11 9:57:34]

# 1 Re: NETMEETING SDK and VB6
Download this :
http://www.hoppersoft.com/ndnm3/NDNM3.EXE
After installation add reference to netmeeting object library and start using it like that :
Dim a As NDNM3.VideoChannel 'for example
Set a = New NDNM3.ConferenceManager 'for example
a.Conference 'and so on
Amahdy at 2007-11-11 17:23:23 >
