AxWebBrowser and System.Drawing.Bitmap
- From: Jon Shemitz <jon@xxxxxxxxxxxxxxxxx>
- Date: Mon, 23 May 2005 17:53:56 -0700
I have an AxWebBrowser control hosted on a .NET GUI form. By handling
the BeforeNavigate2 event, I can trap URL-s like "app:action" and take
the appropriate app action. That was easy: what doesn't seem to be
easy is doing the same thing for <img> tags.
How can I hook into img tag src parsing, so that I can intercept, say,
<img src="app:Foo"> and supply my System.Drawing.Bitmap Foo?
--
www.midnightbeach.com
.
- Follow-Ups:
- Re: AxWebBrowser and System.Drawing.Bitmap
- From: Jon Shemitz
- Re: AxWebBrowser and System.Drawing.Bitmap
- Prev by Date: Re: Threads,Callbacks,Interop
- Next by Date: Re: AxWebBrowser and System.Drawing.Bitmap
- Previous by thread: Managed COM
- Next by thread: Re: AxWebBrowser and System.Drawing.Bitmap
- Index(es):
Relevant Pages
|