xxm: an IInternetProtocol project posted as open source (Delphi)
Wed, 2 Jul 2008 13:58:06 -0700 (PDT)
Hello,
I've posted some questions on this group before, and got some help (tx
Igor), and went all the way through with what I wanted to make!
Putting the code up as open source is a decent way to share it with
people, I think, so I started a sourceforge project for it:
http://xxm.sourceforge.net/
If yo ...
|
text/html MIME filter with separate thread
Tue, 1 Jul 2008 06:52:01 -0700
I am trying to implement text/html MIME filter. The problem is what filtering
algorithm is complex and I don't want to do filtering directly in ReportData
function. So I implemented the algorithm described below(using C++):
func IInternetProtocolSink::report_data {
if must_be_filtered {
...
|
Asynchronous pluggable protocol navigation fails in Vista IE7
Sun, 22 Jun 2008 23:10:26 -0700 (PDT)
Hi,
I have an Asynchronous Pluggable Protocol (APP) that I have developed
which is basically a search protocol for web pages on a particular
server. Most of the work for the protocol is handled by the BHO, but
due to protected mode in Vista IE7 it was necessary for me to develop
an APP to handle the security ...
|
Capturing refresh event in IE
Fri, 30 May 2008 03:31:48 -0700 (PDT)
Hello Igor,
I want to get an event notification when I refresh the page(either by
pressing Refresh Butoon OR F5 ).
BeforeNavigate event doesnot fire for refresh.
Is there any way to get notified for a Refresh Event.
Thanks & Awaiting your reply,
Hitesh ...
|
Switch/Continue approach giving different thread id's
Tue, 27 May 2008 04:57:16 -0700 (PDT)
Hello Igor,
1.I am calling Switch() method from OnResponse() .
2.Then call goes to Continue() method .
3.In this Continue() method I am getting the thread ID using the
function GetCurrentThreadId().
4. The thread Id's (for a single html page ) that I get are not all
same. i.e for a single page I have multipl ...
|
????
Sun, 25 May 2008 22:12:46 +0300
ÔßÑÇ
...
|
How to get page wise results using PassthruAPP
Tue, 20 May 2008 04:16:16 -0700 (PDT)
Hello Igor,
I am using PassthruAPP in integration with IE & it works fine.
I am outputting the results in a separate file.
But when I open multiple windows in IE using "open in new window" all
the results (http request/response) from multiple windows gets mixed
together.
So, is there any way to distingui ...
|
|
|
Adding Butttons to Explorer bar
Thu, 8 May 2008 19:26:41 -0700 (PDT)
Hello Igor,
Do you have any idea about how do we add buttons to horizontal
Explorerbar (Communication Band) ???
I mean , how can we have a tool bar containing various buttons within
the Explorer bar space.
Any Idea/ suggestions/reference -- Please let me know.
Thanks & Regards
Hitesh ...
|
doubt regarding QueryInfo method of IWininetHttpInfo interface
Fri, 2 May 2008 08:32:12 -0700 (PDT)
Hello Igor,
I have been trying to find out the length of the HTTP request/response
by using QueryInfo method of IWininetHttpInfo interface. I have been
passing ContentLength as the parameter. But when I try printing the
results , what gets printed is only the Question marks -- ???????.
Can you please help m ...
|
finding download time
Fri, 18 Apr 2008 08:11:39 -0700 (PDT)
Hello Igor,
I am using PassthroughAPP . In PassthroughAPP's OnbeginningTransaction
method I note the timestamp when each http request is issued.Similarly
I note the timestamp in OnResponse method to get the time when the
response is received.
But when I download any big file say some zip or pdf file -- Thes ...
|