G
Guest
I hate to bother you again, but being an upgrader from vb6 to this language, I am having some difficulty.
In my about box, I have a label (lblVersion) that displays the version number.
I tried this:
lblVersion.Text = "Version " & Environment.Version, but it caused an error. How should I do it properly?
Thanks in advance.
In my about box, I have a label (lblVersion) that displays the version number.
I tried this:
lblVersion.Text = "Version " & Environment.Version, but it caused an error. How should I do it properly?
Thanks in advance.