N
N
Nikita Kudinov2016-10-06 20:30:04
.NET
Nikita Kudinov, 2016-10-06 20:30:04

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 answer(s)
V
VoidVolker, 2016-10-06
@VoidVolker

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 question

Ask a Question

731 491 924 answers to any question