IDocHostShowUI.ShowMessage randomly raised in c#
From: Adam Tuliper (amt_at_no00ooospamaroneusGecko-software.com)
Date: 10/04/04
- Next message: Igor Tandetnik: "Re: Adding Browser Control to Win32 App"
- Previous message: Alex Blekhman: "Re: IWebBrowser2 interface desn't want to go to other appartment"
- In reply to: Adam Tuliper: "IDocHostShowUI.ShowMessage randomly raised in c#"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 4 Oct 2004 10:51:18 -0700
Nevermind.
Called microsoft, its a bug in mscorlib.dll, but seemingly
not a published one yet.
doh.
>-----Original Message-----
>Scenario:
>C# form implements IDocHostShowUI. I navigate to a test
>page I created with a simple alert() in it. In
>ShowMessage, I display a messagebox with my own caption
on
>it. I then return 0 to tell IE not to display its own
>dialog. My ShowMessage gets called completely randomly. I
>click refresh say 3,4,5 times, nothing (the default IE
>dialog is displayed), try it again, my custom messagebox
>shows. Are there any known issues with calling back to
>intefaces in c# from com? The interface seems to be
>defined correctly, as it works, but only its random.
>Sometimes event wiring seems to get lost as well. Weird.
>Any thoughts?
>
>.
>
- Next message: Igor Tandetnik: "Re: Adding Browser Control to Win32 App"
- Previous message: Alex Blekhman: "Re: IWebBrowser2 interface desn't want to go to other appartment"
- In reply to: Adam Tuliper: "IDocHostShowUI.ShowMessage randomly raised in c#"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|