as a newbie to active-x-controls I've got a - maybe - difficile
question:
Is it possible to embed the addressing of ms-explorer into a
active-x-control ?
Background:
First I made a dialog (mfc) with a window calling ms-internet-explorer
and I succeeded.
Then I used this dialog under following conditions - and succeeded:
- call it from a dialog-based application
- call it from a dialog called from an application using
view/document-architekture
BUT:
- to call this dialog from through an active-x-control FAILED
more exactly:
I can implement a dialog to an active-x-control
as long as this dialog contains no "CWebBrowser2"-class
(this is a wrapper constructed by the class-wizzard)
everything's ok
BUT: as soon as I add the active-X-control
"Microsoft-WebBrowser" the active-X does
not even step into "OnInitDialog"
Any helps ?
Greetings,
Lienhard