Is there a way to use Netmeeting with Delphi?
I have downloaded and installed the SDK, and have tried to import the ActiveX component, 'NetMeeting 1.1 Type Library(Version 1.1)', and tried to use it.
I created a form and in the onCreate event put something similar to:
netMeeting1:=tNetMeeting.create(self);
and it appears to be working, however if I try something like:
for t:=0 to netMeeting1.componentCount-1 do
listBox1.items.add(netMeeting1.components[t].name);
It locks the application up and I get a blue screen. I am not sure, maybe there is another activeX component I have to install? Any help would be apprieciated.
Chris Chaffey
I have downloaded and installed the SDK, and have tried to import the ActiveX component, 'NetMeeting 1.1 Type Library(Version 1.1)', and tried to use it.
I created a form and in the onCreate event put something similar to:
netMeeting1:=tNetMeeting.create(self);
and it appears to be working, however if I try something like:
for t:=0 to netMeeting1.componentCount-1 do
listBox1.items.add(netMeeting1.components[t].name);
It locks the application up and I get a blue screen. I am not sure, maybe there is another activeX component I have to install? Any help would be apprieciated.
Chris Chaffey