|
-
Dec 16th, 2000, 08:34 PM
#1
Thread Starter
Lively Member
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
-
Dec 16th, 2000, 10:11 PM
#2
Junior Member
To get you started, use the Microsoft WebBrowser Control.
-
Dec 16th, 2000, 10:58 PM
#3
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|