LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How would I embed NetMeeting in Labview 6i using ActiveX?

I would like to use my USB Webcam through netmeeting to run in Labview.I initially wanted to use a Java Applet and looked at Webcam 32 but I thought a cheaper option would be to use ActiveX. I would also like to be able to use netmeetings controls. I have been trying to figure out a way for a while but I am easily confused with Labview!
0 Kudos
Message 1 of 2
(2,469 Views)
The original question is from a month ago but hopefully this will be helpful still to you.

You can definitely control NetMeeting using ActiveX and LabVIEW. All you need is to have NetMeeting and its ActiveX control installed on your machine. Then use the following method to get the NetMeeting controls on your LabVIEW VI Front Panel.

1. Place an ActiveX Container on the Front Panel (Controls Palette >> ActiveX >> Container)
2. Right click inside of the container and select Insert ActiveX Object...
3. Select from the list the ActiveX Control named NetMeeting.

The container will then have an instance of NetMeeting in the ActiveX container. I followed these exact steps above and created this VI which is just a NetMeeting control i
n an ActiveX container.

Hopefully this information is helpful. I created the example in LabVIEW 6i.
-scraggs99
0 Kudos
Message 2 of 2
(2,469 Views)