L
Lee
Hi All,
I need to put the program version info into it's about box. How do I get
the various version number (major, minor, rev, etc, etc)
I have tried this (major part only) but am getting a method was expected
error
strversion = "Version:" +
System.Diagnostics.FileVersionInfo.GetVersionInfo(System.Reflection.Assembly.GetExecutingAssembly().Location).FileMajorPart();
Thanks
I need to put the program version info into it's about box. How do I get
the various version number (major, minor, rev, etc, etc)
I have tried this (major part only) but am getting a method was expected
error
strversion = "Version:" +
System.Diagnostics.FileVersionInfo.GetVersionInfo(System.Reflection.Assembly.GetExecutingAssembly().Location).FileMajorPart();
Thanks