oh damn it..my apologies yet again. I missed some code![]()
VB Code:
Dim strVersion As String = "Version {0}.{1:00}" strVersion = System.String.Format(strVersion, My.Application.Info.Version.Major, My.Application.Info.Version.Minor) Label4.Text = strVersion
..thats what happens when you try to do too much at once![]()




Reply With Quote