Slythfox 0 Posted September 18, 2007 I was wondering if anyone had any ideas on how to use WinSetState, but set the state of a program by the process (.exe) rather than by the title. Share this post Link to post Share on other sites
Generator 0 Posted September 18, 2007 One program might have many windows and some are hidden, search around the example forum and you will find a way to get WinTitle by Pid Share this post Link to post Share on other sites
Slythfox 0 Posted September 18, 2007 One program might have many windows and some are hidden, search around the example forum and you will find a way to get WinTitle by PidYeah, I've been searching around for awhile. I just found this.For the context of my program, there may be a situation in which there are two instances of the title "xyz" but each with a different process name, which can create problem when using winsetstate. I need to be able to change the winsetstate of one of those processes, but not the other. Share this post Link to post Share on other sites