Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

image download and view

Status
Not open for further replies.

enes

Programmer
Nov 21, 2004
7
DE
I have an IPAQ PDA and I want to write a code which uses a image file that must be downloaded over internet by giving the url. I tried

WebClient Client = new WebClient ();
Client.DownloadFile(" " image.jpg");

but compact framework doesn't cover WebClient class.
So how can I handle it with httpwebrequest class or any other class???
By the way, how can I just directly put it on the screen? without using memory, I mean I dont want it to be written on harddisk.

thanks...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top