Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Delphi 5 & NetMeeting

Status
Not open for further replies.

Protege

Programmer
May 8, 2001
2
CA
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


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top