المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : c# BHO Issues



C# Programming
05-14-2009, 03:41 PM
Hi,
I had a small application of BHO using c#.
1. How to know Header Information when a web page is getting loaded on browser (IE)?
2. when we click a link http://mca.gov.in/MinistryWebsite/dca/help/efiling/NewFormsFees.pdf the PDF file is opened in other window (other tab),
how the pdf file is rendered in Internet explorer?
When the PDF file is opened in Ie, the PDF data is obtained packet by packet, How can I know that PDF is fully loaded on browser.

I want this to be done by using BHO as BHO gets injected, it performs the same thing for each and every instance of IE?