Hello,
I'm currently trying to find a way to focus another form which is launched from another solution. Is there a way to search for all forms open at one time and focus it that way? Currently, if the window I need to focus is open and the user currently tries to close the program, the program will notify the user to close that window. I would like to focus that single form to help the user out. Is there a way to focus that form without having to reference the dll of the other solution into this one?
Focus other forms
Page 1 of 11 Replies - 141 Views - Last Post: 19 July 2012 - 09:11 AM
Replies To: Focus other forms
#2
Re: Focus other forms
Posted 19 July 2012 - 09:11 AM
you can check for currently running process' to see if the window that you are looking for is apart of them. you would do that by using the Process Class taking advantage of the GetProcessesByName(String) method
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote






|