02-18-2010 06:49 AM
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
02-18-2010 06:54 AM
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.
02-18-2010 06:55 AM
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