I can put netmeeting on my web page like this...
<object ID="NetMeeting"
CLASSID="CLSID:3E9BAF2D-7A79-11d2-9334-0000F875AE17"></object>
but how can I put in on my VB form
without using the webbrowser :)
Printable View
I can put netmeeting on my web page like this...
<object ID="NetMeeting"
CLASSID="CLSID:3E9BAF2D-7A79-11d2-9334-0000F875AE17"></object>
but how can I put in on my VB form
without using the webbrowser :)
Well, never used it, but it might help you ..
If you go to project->references, you can add "netmeeting type lybarary"
then you can do something like
dim a as new netmeeting
a.CallTo (string)
never used it though ...
Good luck
I did that but It just runs the netmeeting software that is currently open on my system, (or opens it) I want to have its window on my form