Results 1 to 3 of 3

Thread: Saving to disk web pages

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Dec 2000
    Location
    mauritius
    Posts
    75
    I want to save a web page including images to harddisk to view later I don't want to view it immediately. Can anyone (including aliens for non-extraracial discrimination) help me on how to write such program

  2. #2
    Junior Member
    Join Date
    Dec 2000
    Posts
    16
    To get you started, use the Microsoft WebBrowser Control.

  3. #3
    Guest
    To save web pages using the Webbrowser Control (Project > Custom Controls > Microsoft Internet Controls), use this code:

    Code:
    WebBrowser1.ExecWB OLECMDID_SAVEAS,OLECMDEXECOPT_PROMPTUSER

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width