DXImageTransform.Microsoft.AlphaImageLoader with asynchronous pluggable protocol
Tue, 22 Apr 2008 09:29:20 +0800
Hi,
I'm working on an asynchronous pluggable protocol (APP) that outputs PNG
images. I've tested it on IE 7, using <img src="protocol://something" /> and
it worked perfectly. However, as we know that IE 6 and below doesn't render
PNGs with alpha channels, so as places like
http://homepage.ntlworld.com/bob ...
|
Different proxy for different threads
Mon, 21 Apr 2008 13:20:23 -0700 (PDT)
Good day,
I'm trying to use different proxies for different threads (a proxy per
thread), but it doesn't seem to work.
According to Microsoft KB http://support.microsoft.com/kb/226473 :
"Note INTERNET_OPTION_PROXY does not permanently change the settings.
It does this for the current process only when a NULL ...
|
How to print currently open webpage from IE add-in?
Mon, 21 Apr 2008 09:12:01 -0700
Hello,
We have developed an add-in for Internet Explorer that basically takes the
current web page, using System.Net.WebClient and saves it to the desktop for
further processing. This method has worked well for un-secured web pages,
however it does not work well for secured pages, especially those with coo ...
|
mouse clicked Area from C# DOM
Mon, 21 Apr 2008 05:34:03 -0700
hi all, i have made IE toolbar, now i want when mouse is clicked on IE
Area(that area will be inside the html element like div,td,table etc), i want
to select that and highligh the whole area
how to do that in C#. ...
|
Can i use WinHTTP with WinINet in the same process?
Sun, 20 Apr 2008 18:35:59 +0800
thx~ ...
|
Ask about manipulating travel log.
Sun, 20 Apr 2008 00:48:46 -0700 (PDT)
Hi,
When I was using the travel log of WebBrowser control (via
ITravelLogStg, IEnumTravelLogEntry, etc.), I got into some problems.
The following is a case (you can try it in IE and examine its back/
forward list):
Action Log entries after the action.
(retrieved from IEnumTrav ...
|
handle mouse click event and select the text
Sat, 19 Apr 2008 01:22:00 -0700
hi all, i want when mouse is clicked on webpage at any place then i want to
select the text where mouse was clicked(click point will liet inside the html
tag i want to select that) and then increse the menu size of that clicked
"region" or block.
thanks ...
|
|
|
How I can show the scrollbar as needed?
Thu, 17 Apr 2008 01:19:01 -0700 (PDT)
Hi,
Sorry if I ask a duplicated question.
What I am looking for is: how to show the scrollbar when it is needed
(and hide it when it is not).
I read relevant threads in the forum, and already learned that I could
use DOCHOSTUIFLAG_SCROLL_NO flag to hide the scrollbar. But I still
don't know how to decide ...
|
Any way to get the autocomplete text of the editbox in google.com?
Thu, 17 Apr 2008 09:50:04 +0800
When you double click the editbox in google.com, IE will show the history
inputed keywords,
how can I get these keywords programmly?
Thanks,
BigSmith
...
|
replace tags sin html page
Wed, 16 Apr 2008 17:03:04 -0700 (PDT)
Hi,
I want to replace tags in html pages. I want to replace the tags with
some string before the page show. I am thinking of doing it in
DocumentCompleteIe(LPDISPATCH pDisp, VARIANT* URL).
Can someone tell me how to do this? I want to replace all the strings
between <localize>I </localize>. Is there a way to ...
|