Re: Cannot find WebBrowser.Find
From: Tim Anderson (timjand_at_hotmail.com)
Date: 03/10/05
- Next message: Fredrik Wahlgren: "Re: Evaluate expression at run-time?"
- Previous message: Fredrik Wahlgren: "Re: Application Licensing"
- In reply to: rossum: "Cannot find WebBrowser.Find"
- Next in thread: rossum: "Re: Cannot find WebBrowser.Find"
- Reply: rossum: "Re: Cannot find WebBrowser.Find"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 10 Mar 2005 20:17:04 -0000
"rossum" <rossum48@coldmail.com> wrote in message
news:a12v211our6jgkrcofe3vqc8qksp3omma8@4ax.com...
> Does anyone have any thoughts as to ways to fire up the Web Browser's
> Find dialogue programatically?
In the HtmlEditor (http://www.itwriting.com/htmleditor/index.php) I do this
by casting the HTMLDocument to IOleCommandTarget and then calling exec with
IDM_FIND for the argument. This should work for the WebBrowser control too;
you could take a look at the code. Maybe there's an easier way, I'm not
sure.
Tim
How much memory does my .NET application use?
http://www.itwriting.com/dotnetmem.php
- Next message: Fredrik Wahlgren: "Re: Evaluate expression at run-time?"
- Previous message: Fredrik Wahlgren: "Re: Application Licensing"
- In reply to: rossum: "Cannot find WebBrowser.Find"
- Next in thread: rossum: "Re: Cannot find WebBrowser.Find"
- Reply: rossum: "Re: Cannot find WebBrowser.Find"
- Messages sorted by: [ date ] [ thread ]