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 ...
|
determining the last response
Fri, 18 Apr 2008 07:55:55 -0700 (PDT)
Hello Igor,
I have been using you PassthroughAPP for finding out all the request &
responses.
I have following queries:--
1. Can we find out which respose is the last response? (While fetching
a web page multiple requests are made & we get a response for each
request. So how do we find out that which one ...
|
|
|
How to install BHO in other machine ???
Sun, 6 Apr 2008 08:06:19 -0700 (PDT)
Hi All,
I have developed a BHO in VC++ using Visual Studio 2005. The BHO runs
fine in my machine.
But it doesnot run in other machine. May be it it not installed
properly.
Below is what I have done to install my BHO in other machine :--
1. Copied the dll of BHO in a particular folder.
2. Done th ...
|
Strange thing with redirect on post
Wed, 2 Apr 2008 14:13:02 -0700 (PDT)
I discovered something strange with IInternetProtocol's bindinfo.
In the case of the following scenario:
- a POST request (with values posted application/x-www-form-
urlencoded)
- responded to with a redirect (301 Moved Permanently)
- and triggers a new GET request to the other URL
This last request has cb ...
|
How to set an InternetStatusCallback in PassThroughAPP
Wed, 2 Apr 2008 03:00:45 -0700 (PDT)
Hey every body,
first, sorry for my poor english.
In these days, i did an passthroughapp for windows mobile, and it runs
well, i can get all the http and https requests header. and now i have
a question, because i want to get the time for sending a request or
receiving a request or dns resolution time ..., just ...
|