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?