RoguePoet01
Programmer
Hi,
In VB6, during the Form Load event, I used to use:
form1.Caption = " Program Name, " & App.Major & "." & App.Minor & "." & App.Revision
Which would give me a form caption of "Program Name, 1.0.0"
I can't find quite the same thing in VB.net.
Any suggestions where to look?
Thanks.
In VB6, during the Form Load event, I used to use:
form1.Caption = " Program Name, " & App.Major & "." & App.Minor & "." & App.Revision
Which would give me a form caption of "Program Name, 1.0.0"
I can't find quite the same thing in VB.net.
Any suggestions where to look?
Thanks.