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
Printable View
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
Dim myReq As HttpWebRequest = _
WebRequest.Create("http://www.mendhak.com/")
I don't understand this.Quote:
Another Code To Load Images In This Page And Show It [Instead Of Only Write A <img ..>To It ]
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