W
W1ld0ne [MCSD]
In vb 6 objects you could build a .Version method that returned the version
of your object using the App.Major & "." & app.Minor & "." & App.Revision
method.
How do you do this in .Net?
Thanks
David
of your object using the App.Major & "." & app.Minor & "." & App.Revision
method.
How do you do this in .Net?
Thanks
David