N Nagaraju Dec 22, 2003 #1 How to read a win32 application version using .NET framework classes? Is there any class available?
C Chris Taylor Dec 23, 2003 #2 Hi, If you are refering to the file version, you can take a look at the FileVersionInfo class in the System.Diagnostics namespace. Hope this helps Chris Taylor
Hi, If you are refering to the file version, you can take a look at the FileVersionInfo class in the System.Diagnostics namespace. Hope this helps Chris Taylor