Using WebBrowser Control, how to Navigate w/o displaying the HTML page.
- From: "David F" <David-White@xxxxxxxxxxxxx>
- Date: Wed, 20 Jul 2005 21:44:37 -0700
I built an MFC project of the SDI type, hosting a WebBrowser Control.
Everything seems to behave properly.
I am using the Navigate(LPCTSTR URL) to get web pages.
Is it possible and if so how to perform all the functionality of the
Navigate()
w/o display the page?
There is a method called SetVisible(false/true) but when trying to use it,
it creates an exception.
With and w/o regard to the above question,
Is it preferred to have a host of the MDI (or top level MDI) type, as to
separate between the host's GUI window and the window in which the
WebBrowser Control displays a page (that is if I allow it to do that)?
Thanks,
David
.
- Follow-Ups:
- Re: Using WebBrowser Control, how to Navigate w/o displaying the HTML page.
- From: Carl Daniel [VC++ MVP]
- Re: Using WebBrowser Control, how to Navigate w/o displaying the HTML page.
- From: William DePalo [MVP VC++]
- Re: Using WebBrowser Control, how to Navigate w/o displaying the HTML page.
- Prev by Date: VS2005 doesn't like its own suggestions
- Next by Date: Re: VS2005 doesn't like its own suggestions
- Previous by thread: VS2005 doesn't like its own suggestions
- Next by thread: Re: Using WebBrowser Control, how to Navigate w/o displaying the HTML page.
- Index(es):