HI,
I am displaying window programetically using TS 4.0 and C#.NET.Just say message box. Here problem is my program will not wait for the window response. So, I get the step result status is "null" or "Running".
Please explain me program should wait for result of widow and then program should execute next step?
The followings are step name:
Substitute //Displays window
Print : Result is Done
Output : Result is Done
Display//Displays msg box// Result is null
Input//Displays msg box // Result is null
Compare // Result is Done
Thank you,
regards
Rkk