microsoft.public.inetsdk.programming.webbrowser_ctl
RSS FEED IDEMS: www.tech-archive.net: microsoft.public.inetsdk.programming.webbrowser_ctl
- Disable Context Menu Item
Summary:
in the IE context menu. ... interface, read in the correct context menu, called TrackPopupMenu, and ... the window handle that I'm ... or how to correctly subclass IE's window so that I can handle the ...
- Looking for a way to host web browser control in a view from Extension DLL
Summary:
I have found several examples of exporting a CFormView from an extension DLL ... and showing it in a view in an SDI app. ... Does anybody know of a sample that uses CHTMLView from a DLL and places it ...
- Can I read cookie with vc code
Summary:
I need to read cookie which be saved when I ... browsered webpage,How The Ineternet Explorer read cookie(eg: ... browser this forum,my email address is displayed on top right ...
- how to disable IWebBrowser2 refresh window and scroll bar when calling IHTMLDocument2->write?
Summary:
It seems the WebBrowser Control update it's window and scroll bar after I ... Does it have such method like SetRedraw of CListControl? ... Jack ...
- how to do print preview inside my own child window?
Summary:
own child window, since IE prompt up a new 'modal dialog/view' when in ... so what happens if the webbrower control is a child control in my app? ...
- Decipher the difference between an asynchronous callback and a user clicked link in BeforeNavigate
Summary:
In the BeforeNavigate2 event, I parse out URLs. ... versus an asynchronous callback that javascript is doing ... to fetch page data? ...
- A problem about IHTMLPainter in IE7
Summary:
I use IHTMLPainter to draw some shapes in IE6/7. ... Prototype: IHTMLPainter::Draw(RECT rcBounds, RECT rcUpdate, LONG lDrawFlags, HDC hdc, LPVOID pvDrawObject) ... doc range: ... bottom: 600) ...
- How can I get the event when zoom percent is changed in IE7
microsoft.public.inetsdk.programming.webbrowser_ctl: How can I get the event when zoom percent is changed in IE7
- Calling get_srcElement on IHTMLEventObj puts NULL in the srcElement
Summary:
I've hooked into the onunload event of IHTMLWindowEvents2 which has the ... IHTMLEventObj as an in param. ... My goal is to retrieve the URL of that window that triggered my ... How do I retrieve the URL from my onunload sink? ...
- ReadyState property
Summary:
I'm writing an IE wrapper object to use in NUnit tests to test our web ... take a HTMLDocument object or a InternetExplorer object. ... HTMLTableRow have readyState as a property too. ... My WaitForReadyStateToComplete method looks like the following ...
- VB6 OR VBA & Webbrowser DOM Tiny $50 Mini Project Programmer help
Summary:
Job is to convert that JAVASCRIPT code into SIMPLE VBA code ... Here's a bookmarklet that will tell you whether or not the browser ... JS sends request to the server (to a PHP script) ... This is the PHP script. ...
- IWebBrowser2 doesnt seem to be destroyed correctly - remaining connections
Summary:
We have created an application which purpose is to display, ... a set of webpages displayed inside the IWebBrowser2 control. ... Each time a new item (webpage) from the list has to be played, ... Yet we tried to kill any http connections using for ex sysinternals ...
- How to set BHO Publisher field in IE Manage Add Ons
Summary:
We have a signed BHO written in managed code. ... "Manage Add-ons" in IE on either Windows XP or Vista, the Publisher ...
- Client Authentication
Summary:
When i'm using the SSLSteam class, and i want to do a Client authentication, ... must my client certificate be stored in the current user's "MY" store? ...
- Avoid re-post IE message
Summary:
When you try to refresh a page that has posted data on it, ... "The page cannot be refreshed without resending the ... I would like to refresh the page and always use the Retry option (which ...