Hi,

I was wondering if anyone could help me out. Im programming an MFC + DirectX application that renders a browser window inside the DirectX context. Ideally I want to use chrome for this.

My problem is, when you inject a WM_LBUTTONDOWN or WM_MOUSEMOVE message (etc) into chrome, it demands windows gives it focus. Is this default behaviour? I have the exact same code working with Firefox, which simple handles the WM events as I'd expect and stay in the background.

If this is the default behaviour, could anyone offer a way around it without having to change chrome code and recompiling it?