Hello.
I would like to ask how is it possible with .NET (preferably c#) to
force/simulate the clicking of a button on another application. But I
do not want to focus the button and not even show the other
application.

I know about how to import the user32 function through www.pinvoke.net
but i can't implement the required sequence of messages with the
correct function assuming i Know the hwnd of the target button

Thank you very much