取消
显示结果 
搜索替代 
您的意思是: 

making windows visible

Can I make a small non-LabView window visible by say having it appear on a page in a tab control?
0 项奖励
1 条消息(共 8 条)
3,489 次查看

Hi exo,

do you mean to integrate your non-LabView window into your LabView program?

Mike

2 条消息(共 8 条)
3,487 次查看
Yes
0 项奖励
3 条消息(共 8 条)
3,485 次查看
Hi exo,
if this non-labview program has an activx control, then it could be possible.
If you only want to show some states from time to time, then you could make a screenshot of it and paint it into a picture in your application.
 
Mike
4 条消息(共 8 条)
3,481 次查看
The window is being ported over from and updated by a Unix machine. I highly doubt it has an activeX control.
0 项奖励
5 条消息(共 8 条)
3,474 次查看
As usual, you seem to not always specify the details up front. Please explain what you mean by "ported over from and update by a Unix machine".
0 项奖励
6 条消息(共 8 条)
3,459 次查看
It comes over a local network using a ssh connection. I doubt the programmers included any ActiveX controls. In any event, I can't modify that code. It shows up as an active window on my computer.
0 项奖励
7 条消息(共 8 条)
3,451 次查看

Provided the "program" in question provides the required services, LV will let you embed the other program in a sub-panel (as mentioned above).

In the case of the program you are describing it appears it does not offer such services, so the best you will be able to do is to run the program in a DOS window using sysexec.

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 项奖励
8 条消息(共 8 条)
3,445 次查看