Downloading an Image within the Compact Framework in C#

G

Greg

Hello all,

I am looking to download an image from a website from within a compact
framework pda app. I have tried everything I could find and thus I
turn to you. Any help or suggestions would be appreciated.

Thank you.
 
N

Nicholas Paldino [.NET/C# MVP]

Greg,

Have you tried the HttpWebRequest class? It's been supported in the
Compact Framework from v1.0.
 
G

Greg

Nicholas,
First off, thank you for the reply. Second, I should have been more
specific in what I wrote. I have tried many things, including
HttpWebRequest, but cannot seem to figure out how to make it work. I
am looking for an example of some sort, something that I can see how
it works. I have not been able to find any examples of how this would
work on the compact framework yet, everything I have found only
applies to WebClient, which as far as I can see is not implemented in
the compact framework,

Greg,

Have you tried the HttpWebRequest class? It's been supported in the
Compact Framework from v1.0.

--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)


Hello all,
I am looking to download an image from a website from within a compact
framework pda app. I have tried everything I could find and thus I
turn to you. Any help or suggestions would be appreciated.
Thank you.
 
R

RB

Greg:

I will be facing the same issue in my application, will you please post your
results based on the following blog link?

http://www.vbforums.com/showthread.php?t=387841

RB

--
remove underscore to send me mail, no spam

Greg said:
Nicholas,
First off, thank you for the reply. Second, I should have been more
specific in what I wrote. I have tried many things, including
HttpWebRequest, but cannot seem to figure out how to make it work. I
am looking for an example of some sort, something that I can see how
it works. I have not been able to find any examples of how this would
work on the compact framework yet, everything I have found only
applies to WebClient, which as far as I can see is not implemented in
the compact framework,

Greg,

Have you tried the HttpWebRequest class? It's been supported in the
Compact Framework from v1.0.

--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)


Hello all,
I am looking to download an image from a website from within a compact
framework pda app. I have tried everything I could find and thus I
turn to you. Any help or suggestions would be appreciated.
Thank you.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top