WebPage Download in C#?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • venkatesh T
    New Member
    • Jul 2008
    • 1

    WebPage Download in C#?

    Hi
    I' m to .Net, I had created a Browser Helper Object in c# using
    http://www.codeproject .com/KB/cs/Attach_BHO_with _C_.aspx
    I want to replace the web page content with other text. I can able to replace the web page content but, when i open Internet Explorer, the web page is displayed with the original content it had, and after few seconds, the content is got replaced, but i want the content is to be replaced first with other text, i.e., before it is visible to the user.


    Here I am using DWebBrowserEven ts2_DocumentCom pleteEventHandl er,
    Instead of this , I also tried with DWebBrowserEven ts2_DownloadBeg inEventHandler and DWebBrowserEven ts2_DownloadCom pleteEventHandl er, but are of no use, the result is same.
    Please help if anyone know about this........
    Thanks........
Working...