Forum Discussion
giriprasasd100
15 years agoOccasional Contributor
Hi Jeff,
You can minimize TestComplete window by writing a small line of code.
When you browse through the object browser in TestComplete, you can find its main window object from Sys.Process() tree...
---> Sys.Process("TestComplete").Window("TfrmTCMainForm", '*', 1)
Once you get this object u can minimize or maximize the window as you wish.
Since you are using forms, you need to write the following code in to Form's OnHide event:
---> Sys.Process("TestComplete").Window("TfrmTCMainForm", '*', 1).Minimize()
Hope it helps you...
Related Content
- 14 years ago
- 2 years ago
Recent Discussions
- 3 days ago