K
K
kumbabumba2018-11-23 00:48:23
C++ / C#
kumbabumba, 2018-11-23 00:48:23

How to write a utility to work with a running window application?

I need to write a program - a utility, how can I implement data output to the window of another application, text data, I need to do something similar to choosing an open window in Windows and possibly choosing a part of the application window into which data will be displayed, all this in C #.
PS Fraps does something similar with showing FPS in the captured window.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
shai_hulud, 2018-11-23
@shai_hulud

On hooks, you roll up to the desired process, inject your code, and then, as a fantasy, you can draw with your code.
https://easyhook.github.io/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question