oh damn it..my apologies yet again. I missed some code

VB Code:
  1. Dim strVersion As String = "Version {0}.{1:00}"
  2.         strVersion = System.String.Format(strVersion, My.Application.Info.Version.Major, My.Application.Info.Version.Minor)
  3.         Label4.Text = strVersion

..thats what happens when you try to do too much at once