Version Info

  • Thread starter Thread starter Peter
  • Start date Start date
P

Peter

Hi

I am trying to find out how to set the version info so I can display the
version number in the about box of my application.

I have the following code but do not know where the values are set.

Me.Text = "Version: " & System.Environment.Version.ToString

Many thanks in advance

Peter
 
Version of your application or Version of windows?

This gives you the version of Windows.

-CJ
 
Back
Top