I tried the PostUIMessage method and it works. However, should i change the PostUIMessage_Ex since the PostUiMessage is obselete.
I'm trying to create a progess bar to track my mainsequence. I tried the ConnectCaption( CaptionSource_ProgressPercent) but its not displaying my Testsequence progresss. I did display a progess percentage but i don't know for what process.
If i'm using PostUImessage (UIMsg_ProgressPercent) how often do i need to keep updating my UI? Is there any function to attach the progress bar from the UI to teststand progress indicator.