Tag Archives: download

I Got Code #5: Downloading linked images

There was actually a question that got me thinking – how would I implement a program that downloads pictures from a web page, that are pointed by some links? Here is a sample console application I came up with: using System; using System.Collections.Generic; using System.Net; using System.Threading; using System.IO; using System.Text.RegularExpressions; using System.Drawing; namespace ConsoleApplication [...]

WeatherBar 2 – what changed?

Since the forst release (and mention) of WeatherBar I put the project on CodePlex. It all started as a fun application, that I decided to submit for a contest. There were a few additions that I wanted to add to it, but put the app on the backburner since I was working on some other [...]