How to get app version of another application?

  • Thread starter Thread starter john
  • Start date Start date
J

john

Hello

Is there a way in vb.net to get the application version of another
appliation. IE App1 is running and I want to get the version of App2 using
App1. Thanks in advance

John
 
* "john said:
Is there a way in vb.net to get the application version of another
appliation. IE App1 is running and I want to get the version of App2 using
App1. Thanks in advance

Have a look at the 'System.Diagnostics.FileVersionInfo' class.
 
Back
Top