Search results for query: *

  1. A

    Trying to get the version numbers

    I use - Function Version() As String With System.Diagnostics.FileVersionInfo.GetVersionInfo(System.Reflection.Assembly.GetExecutingAssembly.Location) Return .FileMajorPart & "." & .FileMinorPart & "." & .FileBuildPart & "." & .FilePrivatePart End With End Function
Back
Top