473,748 Members | 2,887 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Downloading an Image within the Compact Framework in C#

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.

Nov 10 '07 #1
3 2624
Greg,

Have you tried the HttpWebRequest class? It's been supported in the
Compact Framework from v1.0.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard. caspershouse.co m

"Greg" <gv*******@gmai l.comwrote in message
news:11******** **************@ o80g2000hse.goo glegroups.com.. .
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.
Nov 11 '07 #2
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,

On Nov 10, 6:58 pm, "Nicholas Paldino [.NET/C# MVP]"
<m...@spam.guar d.caspershouse. comwrote:
Greg,

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

--
- Nicholas Paldino [.NET/C# MVP]
- m...@spam.guard .caspershouse.c om

"Greg" <gvisca...@gmai l.comwrote in message

news:11******** **************@ o80g2000hse.goo glegroups.com.. .
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.

Nov 11 '07 #3
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" <gv*******@gmai l.comwrote in message
news:11******** **************@ o3g2000hsb.goog legroups.com...
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,

On Nov 10, 6:58 pm, "Nicholas Paldino [.NET/C# MVP]"
<m...@spam.guar d.caspershouse. comwrote:
>Greg,

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

--
- Nicholas Paldino [.NET/C# MVP]
- m...@spam.guard .caspershouse.c om

"Greg" <gvisca...@gmai l.comwrote in message

news:11******* *************** @o80g2000hse.go oglegroups.com. ..
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.


Nov 11 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
2603
by: Earle Oxner | last post by:
We are developing an application on PocketPC2002 platform and we are trying to make webservice calls using HTTPS. HTTP works fine but HTTPS does not work. The same code which doesn't work on PocketPC, works on the laptop with .NET Framework. I was hoping you could help me with answering some questions: 1. Does HTTPS work for the System.Net.WebRequest.Create (sURL), GetRequestStream, System.IO.StreamWriter library calls we are making...
1
2521
by: Asad Khan | last post by:
Hi, I have Visual Studio 2002 Enterprise Architecture Edition. I was wondering if anyone has any information on how I can develop applications for .Net Compact Framework using this IDE. I've heard Visual Studio 2003 ships with the functionality for .Net Compact Framework development. But right now I have Visual Studio 2002. Is there anything I can do? (Other than the obvious upgrade to 2003). I've heard some beta version of .Net Compact...
2
7055
by: Dave | last post by:
Dear Sirs, Is there a way to get the width and height of an image without downloading the image, or with just downloading a minimal portion of the image? For instance, I have a list of 10,000 image urls, and I would like to get the width and height of every image without spending the time and bandwidth of downloading every image.
0
1399
by: b. hotting | last post by:
Hi, Is there a way to zoom in on an image in the PictureBox (on Compact Framework)? or to add scrollbars which means i would be able to pan/move my image within the picturebox? thanks, bjorn
2
7470
by: marco | last post by:
I'm a newbie and i'm doing a little application in C# for a Pocket PC that open image. I don't understand what i've to do to have a zoom of an image...i don't know where's the error. If anyone know a simple code tell me the url :O) private void Zoom200_Click(object sender, System.EventArgs e) {
4
3879
by: Richard L Rosenheim | last post by:
I know that I can download a file from a web server by using the WebClient.DownloadFile method. But, does anyone know of an example of downloading a file from a web server with the ability to monitor the download progress? I'm looking for either the number of bytes downloaded and/or percentage completed. TIA
5
3352
by: bob | last post by:
Hi Using 2003 - targeting the compact framework (c#), but would like to do most development using the full.net (manually leaving out stuff not in the compact framework). Q. Trying to find a way of converting a project to have builds for both compact and full. Project properties doesn't seem to help Thanks
4
8702
by: aldonnelley | last post by:
Hi there: a bit of a left-field question, I think. I'm writing a program that analyses image files downloaded with a basic crawler, and it's slow, mainly because I only want to analyse files within a certain size range, and I'm having to download all the files on the page, open them, get their size, and then only analyse the ones that are in that size range. Is there a way (in python, of course!) to get the size of images before or...
1
1714
by: gangui | last post by:
I need to use an image with opacity for my project, but when I import this with the method bitmap, the image miss the opacity. Since the image is a circle, I also tried to draw the image with the methods FillEllipse and DrawEllipse, but as I am using the compact framework i can not change the opacity in rgb. Does anyone know if i can create or import images with opacity using the compact framework? Thank you
0
8830
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9544
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9247
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8243
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6796
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4606
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
3313
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2783
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2215
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.