Is it possible to send my own text to Ranorex.Controls.ProgressForm?
Generally I do not use it, but I do have a case where I am doing a lot of "unseen" calculations and comparisons in my automation code. It would look to anyone watching that the system is doing nothing.
Rather than create my own dialog and populate with the information then dispose of the dialog, I would like to Show() the ProgressForm, update it with information as to what is going on in the test, then Hide() the ProgressForm when the long test is complete. Thus providing the user with feedback that indeed, something is happening.
Currently, when I Show() the form the only thing that is listed is "User Code" which is not very descriptive.
Thanks...