System.Reflection.Assembly _assembly = System.Reflection.Assembly.GetExecutingAssembly(); System.Diagnostics.FileVersionInfo _fvi = System.Diagnostics.FileVersionInfo.GetVersionInfo(_assembly.Location); string _fileVersion = FileVersionInfo.GetVersionInfo(Assembly.GetExecutingAssembly().Location).FileVersion; string _productVersion = FileVersionInfo.GetVersionInfo(Assembly.GetExecutingAssembly().Location).ProductVersion; string _version = _fvi.FileVersion; this.Text = "PROGRAM V" + _version;