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

مشاهدة النسخة كاملة : Navigatecomplete2Event is not getting fired



C# Programming
04-01-2009, 08:52 AM
Hi, I want to replace the PDF files opened on browser with corresponding PDF files which are on my desktop. I had got all these with the help of BHO in c#, but a small problem in this... i.e., I have been doing all these by firing a NavigateComplete2Event, through which I can get the URL present on browser, the problem is this Event is not getting fired at all times. What may the problem? why the event is not fired for every PDF file opened on browser? can anybody help me?