Ok, I have lblVersion and I want the caption to be automatically update with the verson of the exe that is running. So i have something like this:

lblVersion.Caption = ?????

How/Where can I pull the version info?

Zevlag