Hi digitaldon37,
I had a look at your program, very nice and interesting.
One suggestion would be to insert somewhere the link to
Yahoo! Weather
where the user can find its location(s) from all around the world.
I tried some locations from Europe, works fine.
In your code you should add a test if
WeatherCurrent.code = 3200
3200 is the unknown code, this code is sometimes given for certain locations.
And in this case, in the Sub SetMainPage routine, line
imgCurrent.Image=AppPath & "\themes\" & INI.themeDir & "\conditions\" & WeatherConditionImages(WeatherCurrent.code)
generates an error.
There does also exist a condition code 0 (tornado), you shoud add an image 0.jpg for this code.
The images in your last version look nicer to me than those from the nws.
Didn't you have a link for their images in your first post ?
Best regards.