Help,Igor,can i workthrough the persistent cookie problem in this way?
Thu, 17 Apr 2008 00:39:15 +0800
Because the persistent cookie is per-user basis.
So, can I create an thread(not process) running in another user account
to get a separate persistent cookie from the current user's? ...
|
Unknown IExplorer Dispatch Event
Tue, 15 Apr 2008 13:23:46 -0700 (PDT)
Hi there, I am working with the web browser control and am getting an
unknown IExplorer Dispatch Event. The event number is 283. Any idea
what this is? I havent seen this before nor have I been able to find
any doc on it.
I just upgraded to VS2008. Using Vista and IE7...
Thanks
Christian ...
|
How to disable the clicking sound when Navigating?
Tue, 15 Apr 2008 14:16:47 +0800
Thanks~ ...
|
setting resizable and status through IHtmlDialog2 interface - why
can't I see its influence?
Sat, 12 Apr 2008 23:41:16 -0700 (PDT)
The user pushed a button that opens a dialog (either modal or
modeless, it doesn't matter) through javascript command.
I access the IHtmlDocument, get its parentWindow -> and get the
"external" which implements the IHtmlDialog.
Now - What I need to do is to set the "resizable" and "status" to be
true or false ...
|
Can i separate persistent cookies from IE?
Sun, 13 Apr 2008 01:25:11 +0800
I mean save persistent cookie to another place.
So IE and webbrowser control won't effect with each other.
Thanks! ...
|
How can I know when the URL I specified to Navigate method get
loaded?
Sat, 12 Apr 2008 07:45:46 -0700 (PDT)
Hi, everyone.
I don't know whether this is a stupid question, but I really hope that
you can help me out of it:
I ask the control to navigate with a url "http://foo.bar", then I want
to get the notification when it gets loaded (say, in
NavigateComplete2()). I think up several possible approaches, but I
thi ...
|
catch the url clicked in MSN pop window?
Fri, 11 Apr 2008 22:40:11 +0800
I developed a localized IE, and set as default browser,
When I clicked a link in MSN pop window, I found my app was launched with
command "-embedding",
but no URL! how can I get the url clicked in MSN pop window?
Any help is welcomed,
Big Smith
...
|
|
|
Scroll bars despite DOCHOSTUIFLAG_SCROLL_NO
Fri, 11 Apr 2008 00:39:48 +0200
Hi,
http://iecapt.cvs.sourceforge.net/iecapt/IECapt/IECapt/IECapt.cs -- I
am hosting Internet Explorer in a C# application to draw renderered web
pages onto image files. Even though I set DOCHOSTUIFLAG_SCROLL_NO some
web pages have a scroll bar, for example ('404' is any or no image):
<html>
<head><t ...
|
How about using webbrowser control as a spider engine? I want advises.
Thu, 10 Apr 2008 23:30:14 +0800
thanks~ ...
|
how to gt IHtmlDialog from IHtmlDocument ?
Thu, 10 Apr 2008 00:44:36 -0700 (PDT)
Hi
The user pushed a button that opens a dialog (either modal or
modeless, it doesn't matter)
I recorgnize its HWND and I have an access to its IHtmlDocument -> I
successfully mabipulate the DOM in the dialog.
BUT , I need the IHtmlDialog interface, and I don't know how to get it
from the IHTmldocument.
...
|