netmeeting in C#

bhatti81

Member
Joined
Jul 25, 2003
Messages
19
hi,
i want to use the netmeeting sdk in C# and use its COM objects of whiteboard/application/file/desktop sharing . How can that be done? Any resource that can help me out? Please be a little discriptive.

regards,
Hayee
 
Create a new project with a form.
Right Click on your tool window and add the com control for netmeeting.
Drag it to your form and make it large enough to see or set it dock to fill and run the application.

Youll see how it works from there.
 
Back
Top