Can i minimize console??
Can i minimize console??
Each time the program start up , the console will emergy and i want to minimize it(not hide). what should i do??
- Support Team
- Site Admin
- Posts: 12145
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Houston, Texas, USA
- Contact:
Re: Can i minimize console??
Hey marcushe,
the easiest way is to use Ranorex!
Take the console form element and call the .Minimize() method at the beginning of the main method.
Christian
Ranorex Team
the easiest way is to use Ranorex!

Take the console form element and call the .Minimize() method at the beginning of the main method.
// sample code Ranorex.Form form = "/form[@title~'myapp.exe']"; form.Minimize();Regards,
Christian
Ranorex Team