NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

how can I find the object reference : ApplicationMgr

Hello,

I use TS 3.0 and Visual C++.

I would like to use the User Interface API : ApplicationMgr.ReloadModifiedFilesInterval, in an activeX step or in my code under Visual C++.

I success to declare it: TSUI::IApplicationMgrPtr ptrApplicationMgr;
but how can I find the object reference : ApplicationMgr.

In fact, I don't know how use ApplicationMgr?
0 Kudos
Message 1 of 2
(2,973 Views)
Hello,

The TestStand UI Application Manager is an ActiveX control. In order to use it, you just have to place an instance of the ActiveX control on your interface. Then you will be able to access the methods and properties of the instance of the object. You don't have to create a pointer to an ApplicationMgr.

Best regards,
0 Kudos
Message 2 of 2
(2,938 Views)