My goal is to get the current position on the screen (outside the form) and save the X, Y coordinates, for example, by pressing "C".
I google and found some suggestion to use api hooks, but I wonder if there is a way that we can perform this task exclusively in C # code (.NET Lib)?
Please give me a quick sample if possible, because im new for C #.
thank
source
share