M
M
Maxim K2020-05-15 22:45:59
C++ / C#
Maxim K, 2020-05-15 22:45:59

How realistic is it to implement - "listen" to the memory buffer?

Hello. Tell me how difficult it is and whether it is actually possible to implement this. We copy everything to the memory buffer (Ctrl + C), from the buffer we extract only those data that contain the string AAA, then BBB ...

And, if it’s easier, that is, I copy the string in javascript 1 to a variable, copy string 2 to a variable, copy line 3 into a variable, then I transfer this data to my C# software.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
F
freeExec, 2020-05-15
@freeExec

You extract from the buffer everything that was copied there. But then you can use only what you need.

#
#, 2020-05-16
@mindtester

or as twobomb advises , use ready-made software like Clipdairy
... or write your own. does the C# tag hint that you want your creation?
google help c# how to track a clipboard
for example https://ru.stackoverflow.com/questions/589585/%D0%...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question