LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

"call other GUI(not labview GUI) in labview"

HI

I have developed a labview program for controlling a set of hardwares.  one of my hardwares have a windows based program itself(independent of labview) that contains a GUI that enable me to control the hardware.now i want to know if is it possible for me to call that GUI in my labview program and  show that in my labview GUI. i dont want to use of labview call library function.

regards

0 Kudos
Message 1 of 3
(2,853 Views)

If you want to embed external GUI into your own LabVIEW GUI and external software is non-LabVIEW, then you have no other chance as do it as child window, but then calling library function (WinAPI) will be required.

 

Andrey.

 

0 Kudos
Message 2 of 3
(2,847 Views)

You can do that if your GUI supports ActiveX. Learn more here.

 

http://forums.ni.com/ni/board/message?board.id=170&message.id=358104&query.id=1450806#M358104

Message 3 of 3
(2,847 Views)