Click here to Skip to main content
15,898,373 members
Home / Discussions / C#
   

C#

 
GeneralWebBrowser help Pin
Simon Wren18-Mar-04 1:45
professionalSimon Wren18-Mar-04 1:45 
GeneralRe: WebBrowser help Pin
Dave Kreskowiak18-Mar-04 1:54
mveDave Kreskowiak18-Mar-04 1:54 
GeneralRe: WebBrowser help Pin
Simon Wren18-Mar-04 2:24
professionalSimon Wren18-Mar-04 2:24 
GeneralRe: WebBrowser help Pin
Dave Kreskowiak18-Mar-04 3:25
mveDave Kreskowiak18-Mar-04 3:25 
GeneralRe: WebBrowser help Pin
Heath Stewart18-Mar-04 5:00
protectorHeath Stewart18-Mar-04 5:00 
GeneralRe: WebBrowser help Pin
Simon Wren18-Mar-04 6:10
professionalSimon Wren18-Mar-04 6:10 
GeneralRe: WebBrowser help Pin
Dave Kreskowiak18-Mar-04 7:14
mveDave Kreskowiak18-Mar-04 7:14 
GeneralRe: WebBrowser help Pin
Heath Stewart18-Mar-04 7:17
protectorHeath Stewart18-Mar-04 7:17 
Off the top of my head, I'm not sure. If possible, this will definitely get into the advanced hosting interfaces, which you can read more about in the Advanced Hosting Reference[^] on MSDN. This uses a lot of COM interfaces to override and provide user interfaces for the WebBrowser control (or the MSHTML control, but that's too low-level and you have to implement much more that the WebBrowser provides for you).

To get these interfaces defined in a .NET assembly, there is a good trick that you can read about in the CodeProject article, Using MSHTML Advanced Hosting Interfaces[^], which also discusses how to use these to override behavior.

The MSDN link (and other articles in that parent section) cover a lot of functionality that may allow you to capture errors, but from what I've read and remember (since I've done a lot with hosting interfaces both in COM and .NET) I don't think you can. Good luck, though. It's at the very least a good learning experience to read through all that. Might even give you some ideas about additional functionality you may wish to provide to the WebBrowser control in your application.

 

Microsoft MVP, Visual C#
My Articles
GeneralGetting an Image of a window Pin
T i T i18-Mar-04 1:03
T i T i18-Mar-04 1:03 
GeneralRe: Getting an Image of a window Pin
Heath Stewart18-Mar-04 4:57
protectorHeath Stewart18-Mar-04 4:57 
GeneralRe: Getting an Image of a window Pin
Jeremy Kimball18-Mar-04 7:31
Jeremy Kimball18-Mar-04 7:31 
GeneralNFA to DFA Pin
angelayoub18-Mar-04 0:57
angelayoub18-Mar-04 0:57 
GeneralRe: NFA to DFA Pin
Mazdak18-Mar-04 1:23
Mazdak18-Mar-04 1:23 
GeneralRe: NFA to DFA Pin
Heath Stewart18-Mar-04 4:44
protectorHeath Stewart18-Mar-04 4:44 
GeneralRe: NFA to DFA Pin
Werdna18-Mar-04 6:22
Werdna18-Mar-04 6:22 
GeneralRe: NFA to DFA Pin
Jeremy Kimball18-Mar-04 7:32
Jeremy Kimball18-Mar-04 7:32 
GeneralRe: NFA to DFA Pin
Heath Stewart18-Mar-04 9:05
protectorHeath Stewart18-Mar-04 9:05 
GeneralTo build MDI application Pin
Inpreet Singh18-Mar-04 0:48
Inpreet Singh18-Mar-04 0:48 
GeneralRe: To build MDI application Pin
Dave Kreskowiak18-Mar-04 1:12
mveDave Kreskowiak18-Mar-04 1:12 
GeneralRe: To build MDI application Pin
Inpreet Singh18-Mar-04 1:27
Inpreet Singh18-Mar-04 1:27 
GeneralRe: To build MDI application Pin
Dave Kreskowiak18-Mar-04 6:02
mveDave Kreskowiak18-Mar-04 6:02 
GeneralRe: To build MDI application Pin
Heath Stewart18-Mar-04 4:43
protectorHeath Stewart18-Mar-04 4:43 
GeneralBPEL4WS Pin
shanaka18-Mar-04 0:48
shanaka18-Mar-04 0:48 
GeneralRe: BPEL4WS Pin
John Fisher18-Mar-04 4:39
John Fisher18-Mar-04 4:39 
Questioncan you solve this? plesa help Pin
Snowjim18-Mar-04 0:16
Snowjim18-Mar-04 0:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.