Hi:
I have an application developed using visual studio 2003 and using the .NET compact framework 1.0. I want to be able to save an image present over a web url(http://www.xxx.com/Images/Sample.jpg) and save it to my pocket pc. I understand this can be achieved in compact framework by doing a bitmap.save. How can I achieve the same functionality in 1.0.
Any help in this regard would be greatly appreciated.
The .NET Framework is not specific to any one programming language; rather, it includes a library of functions that allows developers to rapidly build applications. Several supported languages include C#, VB.NET, C++ or ASP.NET.