I have TestStand sequences running from a CVI GUI interface.
The sequences are executing specific tasks from dll's.
I want, in certain dll's, to put messages on GUI interface (changing text labels).
My ideea was to determine the instance of the already launched TestStand and to command it to send some UIMessages to the GUI interface, that already knows to interpret that messages.
How can I find out the TestStand instance?
Maybe you can give me other ideea?