This BHO I have works just fine in Win XP IE 8 and Win 7 IE 11 both 32 bit, but not on Win 8.1 64 bit, no EPM.
It retrieves the HWND of an IE 11 window and calls ShowWindow(hwnd, SW_HIDE);
on it. The window does not get hidden. Verified with WinSpy that the grabbed window handle is the correct one and the call to the function above returns FALSE with last error = 0.
Help! Thanks