|
-
Jun 25th, 2006, 02:45 PM
#1
Thread Starter
Member
HEPL : Code To Load Webpage Amd Put It In A Variable ?
This Will Help Too Much If You Add Also
Another Code To Load Images In This Page And Show It [Instead Of Only Write A <img ..>To It ]
Thank You
-
Jun 26th, 2006, 08:37 AM
#2
Re: HEPL : Code To Load Webpage Amd Put It In A Variable ?
Dim myReq As HttpWebRequest = _
WebRequest.Create("http://www.mendhak.com/")
Another Code To Load Images In This Page And Show It [Instead Of Only Write A <img ..>To It ]
I don't understand this.
-
Jun 26th, 2006, 05:59 PM
#3
Thread Starter
Member
Re: HEPL : Code To Load Webpage Amd Put It In A Variable ?
I Mean To Load The Image Also And Save It In Temporarly File
For Ex :
Instead Of
<body>
....
<IMG SRC="OrginalSite/img.gif">
I Want It Like This :
<IMG SRC="ThePlaceWhereISavedTheImage/img.gif">
In Other Word I Want To Put The Image Also
In A Variable !
Hope That Clear
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
|