I want to write another app's version number to my label.
With this code I can get the version of my app:
Label1.Text = My.Application.Info.Version.ToString
But what should I do to get it from another application? Is it even possible?
The path of the app I want to retrieve the version number:
Application.StartupPath & "\..\hello.exe"