End Google Ads 201810 - BS.net 01 --> I've adapted other code i found on the internet to use postmessage instead of mouse_event i think it was: http://wolfsfiles.googlepages.com/Mo...PostMessage.cs[^]

So... my goal is to send mouse clicks to a window without bringing it into focus... that code does do the mouse clicks just fine but it automatically brings the window into focus. (if i use sendmessage it does the same behavior... also what's the difference between postmessage and postmessageA? :P)

So is their anything i can do to send the mouse click without bringing the window into focus.