NI LabVIEW,CVI,数据采集等产品讨论区

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

teststand C#

I'm developing test application in C# for our production line.

I try to include the APIs of teststand to implement the flow control UI on my test app.

I got trouble is when I called the API to display message popup in my code.

Because we have to adjust the position of this message popup, this popup window can go to the right position.

But I can't get some properties to change that.

I show my snippet code as below:

 

            Engine en = new Engine();

            en.DisplayMessageBox("dddd", "ddddd", MsgBoxTypes.MsgBox_Custom,2,2); 

 

 Can help me how to modify it.

 

 Regards,

0 项奖励
1 条消息(共 1 条)
3,038 次查看