Recognising that a bit of interop may be required, how do I send a mouse click event to a window that is currently not being displayed? I have an application that is running
Use Spy++ to find out what Windows messages are sent to the window when it's shown and you physically click it with the mouse, and then use SendMessage to send those messages directly.