I am trying to call chrome from a C# application by sending messages o its window.
I have tried the solutions presented here C# - Sending messages to Google Chrome from C# application without any luck and also using this http://www.mmowned.com/forums/other-mmos/warhammer-online/186390-sendinput-example-c.html.
Using "Come_WidgetWin_0" as the window name lets me switch correctly to the chrome window but the focus is still not properly on the main window.
When I send key presses, then nothing happens.