A程序(C# Winform编写)B程序(Labview 编写)怎么让A程序获取B程序中控件(字符串)的内容?
可以使用windows api函数获取
用findwindow找到窗口和控件用getwindowtext获取控件上的内容