Ok, this is what I would like to do for a future version of the VBCodeBook.NET, but i'm not sure how:
  • Have a textfile on my site called "Update.txt"
  • In the text file have just two lines: a main program version and codepack version (e.g: "2.0" and "12").
  • User selects "Update" from a menu
  • App looks at a set Http:// path for the file "Update.txt"
  • Loads / Reads the text file and checks each line against a hard coded version number of the app and Codepack.
  • If any are different, tell the user there's an update available.
Is this possible?

Go on, I dare you!