Speed Dial for Internet - Fancy Delphi Application Contest Entry #29
The Opera browser has a feature called Speed Dial which is basically a grid of your 9 (or more) favorite web sites presented using thumbnails instead of the blank page you get when you add a new tab.
How about having an application to mimic Opera's Speed Dial - and launch your favorite web sites with a single mouse click? Full Delphi source code included!
This is the 29th entry to the Fancy Delphi Application Contest
Read the full article to find more about (+ download source code) Speed Dial for Internet
When you download the application and test, rate it:
If you already voted, take a look at poll results.Related:


Comments
It wouldn’t launch firefox… I might a small change to the browseurl function.
I have:
Browser := Copy(Browser, 1, Pos(’.EXE’, UpperCase(Browser)) + 4);
Instead of their algorithm. Nice program though!