You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hi all, i'm creating a browser window() with CoCreateInstance and everything is fine, but in some cases, I want the focus to be in my window, and to have the newly created windoe(IE) to be in the background.
I've been using a couple of functions like ShowWindow(hWndDD, SW_SHOWNORMAL); SetForegroundWindow(focus_hWnd); to try to shift the focus back to my main window, with no success, would somebody have any idea??