Please see embedding\tests\mfcembed\components dir to see how the prompt
service is implemented in a separate component.
Also take a look at, CMfcEmbedApp::OverrideComponents() in file
mfcembed\MfcEmbed.cpp to see how the default PromptService is overridden.
Chak
rsnavale wrote:
>Hi,
>
>In my embedding application, I am not able to get any promts. None of
>the Alert or
>Security alerts are poping up. I believe, I need to implement the
>interface (nsIPrompt, but this is not implemented in latest version of
>mfcEmbed) or register
>prompt service to the docShell. But don't know HOW?
>
>Can any one help me to understand how the prompt servoice works?
>
>Thnaks,
>Ram.
>