Answer the question
In order to leave comments, you need to log in
How to get the name of another C# .net application?
I have one application, let's call it Main. There is a neighboring application, let's call it Pub. Both in c# and .net. How can Main get the title of the Pub window?
Answer the question
In order to leave comments, you need to log in
1. Find a window by its class.
2. Find a window by process.
3. Pass the name of the window from the second application to the first in any convenient way (file, pipe, socket, etc.)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question