                          CountryCodes

I always receive emails and URLs with country extentions that I
don't recognize. I try to look them up on the Internet, but it is
always a tedious task, and who has time for that? I decided to
write an application that would make the search a little easier.

I also implemented several features from other programs that I've
been working on. Here's a run down:

If you have any comments or updates, you can visit my homepage at:
   http://www.empire.net/~jason

    Automatic fill-in fields: I use Quicken and make use of it's
     Quick Keys. I thought the feature was handy for referencing
     redundant redundant (8^) information. I also enhanced it so that
     it would auto-fill while deleting characters from the string. In
     the process of understanding how Quicken implemented the feature,
     I noticed that their's has a bug. Tell me if you can find it!

    More than once match: While adding the automatic fill-in
     fields I realized that there are several countries that map to a
     single code (FM = Caroline Islands & Micronesia), so I added a
     'more than one match' indicator.

    Export to file: At work, I use the ISO country codes for
     various things and need them in a file that I can manipulate.
     There have been lots of times when I've needed information from a
     program, but became frustrated when I couldn't capture it. To
     save other people from the frustration, I added the option to
     export the country code information to either a fixed width text
     file or a comma delimited text file.

    Scroll through list: Some people pointed out that it would
     be good to be able to scroll through the list of country codes,
     sort of like CCMail (I hear). Easy enough.

(this program requires vb40032.dll, which I'm sure you have if you've 
ever downloaded anything else)
