Custom Headers not sent in Navigate method
Sun, 9 Mar 2008 23:37:00 -0700
Recently it appears that the webbrowser control has broken. I have noticed
that if you post data to a website using the Navigate Method (c++ api) the
additional header is ignored and not sent.
The code below has stopped working in my current XP installation yet if I
start an older installation of XP it wor ...
|
Re: can't open ActiveX-based resource in Web browser control using
IE7 and IE8 beta1
Fri, 7 Mar 2008 04:12:28 -0800 (PST)
> > any clues very much appreciated
After several hours hacking Anti-virus software, Internet Options'
security settings, toggling pop-up filter etc., I managed to make this
issue go away.
This issue seems to be Internet Explorer 7-specific - symptoms don't
seem to occur using IE 6. Seems to occur whenever ...
|
other pop-up blocking bho's cancelling my navigation.
Thu, 6 Mar 2008 20:35:24 -0800 (PST)
Hello,
My problem is, from inside my BHO I'm trying to open a link in a new
window. I'm doing this via initiating a Navigate2 command with either
the target set to "_blank" or navOpenInNewWindow/0x01 flag set in the
options. On this new window I'm initiall hiding it, setting certain
display options, and wai ...
|
Internet Explorer Question
Tue, 4 Mar 2008 15:34:00 -0800
I have a question about adjusting settings on MS Internet Explorer.
Is it possible to change a setting on MS Internet Explorer, which will
magnify the contents of the displayed image? I am interested (if possible)
in enlarging the image in an Internet Explorer window, in order to enlarge
small text in the ...
|
Programmatically disabling Just-In-Time debugger
Mon, 3 Mar 2008 10:24:07 +0800
Hi,
I would like to know if there is any way to disable the Just-In-Time
debugging capability of the browser control programmatically, and only for
my own application. I know that checking "Disable script debugging (IE)" and
"Disable script debugging (Other)" can remove the JIT dialog. But for some
reason ...
|
how can i get a IHTMLElement or IHTMLDOMNode of the root Document object's ?
Sun, 2 Mar 2008 23:07:11 +0800
-
thx! ...
|
Using the WebBrowser Control with vb.net to print a web-page (including any client-side javascript code changes)
Sat, 1 Mar 2008 18:50:57 -0500
I'm using vb.net in Visual Studio 2005 to create an executable that can
print a web-page.
I use the WebBrowser Control... Navigate to the page... and then call
WebBrowser1.Print()
It works!
... except for 1 thing. If the web-site uses any javascript code to change
the display (hide buttons, resize th ...
|
|
|
How to map the SELECT/Combobox in IE7
Sat, 01 Mar 2008 02:01:57 -0500
Hi,
I've recently been adapting a VB6 WebBrowser application to IE7. In
IE6 (using windows api calls), I was able to create data structures
that would maintain a current picture of each SELECT element and, with
help from Igor Tandetnik, the same for IE7 SELECT/listboxes (using
DHTML).
But, so far, I'm stuc ...
|
Blocking IWebBrowserControl history in IE7?
Fri, 29 Feb 2008 16:34:10 -0800 (PST)
Has anyone found a good way to *prevent* browser history from being
added to the main IE7 history storage when using IWebBrowser2 in a
standalone app?
It seems that on some systems with IE7, the urls visited from within
an app that implements IWebBrowser2 will appear in the main IE7
history, and on others it ...
|
about webbrowser url monitor
Wed, 27 Feb 2008 12:18:55 +0800
hi,
I have googled IInternetProtocol for hours, still haven't clear clue for
webbrowser url monitor. my situation:
1) I want to monitor all the urls the webbrowser control visited(eg.
htmls, gifs, css', swf, mp3s, flvs);
2) My app is an MFC project, uses CHtmlView;
My problem is:
1 ...
|