flo0@libero.it
Mon, 23 Jun 2008 00:01:00 -0700
...
|
OnBeforeNavigate2() PostData content truncated
Thu, 19 Jun 2008 08:43:01 -0700
Hi,
IE 6 is calling OnBeforeNavigate2() in my bho with truncated post data for
multipart/form-data posts. In my case I have some hidden input tags in the
submit form. Some of the hidden tag parts don't make it into the PostData
byte array and neither does the file data. Is there a length limit on the
Post ...
|
Digital Certificate Question
Tue, 17 Jun 2008 01:50:04 -0700
I am trying to programmatically (in c#) get the "Select Certificate" box to
appear so the user can select the certificate to use.
I have configured the server to "Accept" certificates - and the box appears
automatically when browsing to a page on the site - but I need to
programmatically get it to appear ...
|
Getting hWnd of a frame
Sat, 14 Jun 2008 15:43:40 -0600
Hello,
I've used the IOleWindow:GetWindow method to obtain the hwnd of a particular
document. It works well, except when trying to query for the hWnd of a
document inside a frame. The hwnd is always the document of the root
webbrowser, even in a multi-frame environment with multiple webbrowser
instances ...
|
How to host a BHO using IWebBrowser2 control?
Thu, 12 Jun 2008 18:19:29 -0700 (PDT)
My app uses IWebBrowser2 to implement a web browser feature. I would
like to also be able to host certain BHOs ( for example, some IE
plugins by 3rd parties ). Is there any example of how to do this? Not
sure where to start.
Thanks! ...
|
APP example
Tue, 10 Jun 2008 06:47:53 -0700 (PDT)
Igor
Your APP example has been a great assistance to me. Now I want to
implement the Start method in CTestAPP but when I do the
CTestSink::BeginningTransaction is not called. Is it true that I must
call ReportResult(S_OK, 200, 0) on the Sink ?
I am trying to do so like this
STDMETHODIMP CTestAPP::Start(LPC ...
|
Open in new windows and referrer
Mon, 09 Jun 2008 15:24:58 +0400
I'm trying to get a referrer by calling IHTMLDocument2::get_referrer().
It works fine for in-window hyperjumps. But when document is opened in a
new window - IHTMLDocument2::get_referrer() returns NULL string.
I also tried call IHTMLDocument2::get_parentWindow() then
IHTMLWindow2::get_opener() but it returns ...
|
|
|
Obtain URL from pluggable MIME filter
Sun, 8 Jun 2008 21:07:08 -0700 (PDT)
I have a pluggable MIME Filter implementeed using
IInternetProtocolRoot, IInternetProtocolSink, etc..
The problem is - when the IInternetProtocolRoot::Start() method is
called, the "szUrl" parameter is the mime type, not the actual URL
that is being processed. Is there any way to get the actual URL ?? ...
|
How do i make my default internet language English from Hongkong?
Sat, 7 Jun 2008 10:46:11 -0700
Well i have a problem with my internet language. Whenever i surf some multi
language websites like google and others, then i get redirected to the
hongkong version of the page. The ads are too from hongkong. This happens
with every browser i use.
I have not got any data about hongkong nor i am from there.
...
|
Retrieving flash url from browser control hosted IShockwaveFlash
Fri, 6 Jun 2008 13:17:06 -0700 (PDT)
Hi - I'm handling an OnMouseOver HTMLDocumentEvent and looking for
when the mouse is over a Flash movie on the web page.
I can successfully detect when it is a flash control, and I can even
obtain the IShockwaveFlash control for the movie. The problem is --
can I obtain the URL to the flash movie itself.
Fo ...
|