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,