Hi there,

i'm looking for a way to retrieve the current version of the Internet Explorer
from a CHtmlView ( or from other sources ).

Backround is:
I want to use direct printing (without user request ) from a CHtmlView via
Code:
MyHtmlView->ExecWB( OLECMDID_PRINT, OLECMDEXECOPT_DONTPROMPTUSER , NULL, NULL );
Curiously this worked until IE-Version 4.0,
didn't work in IE-Version 5.0 ( Here OLECMDID_DONTPROMPTUSER is ignored and the user is prompted ever ),
and now works again since IE-Version 5.5.

Any ideas ?
Thanks in advance,
Matze