Advertisement
MaluPW

ssstart.vb

Jan 22nd, 2020
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. Public NotInheritable Class ssWelcome
  2.  
  3.  
  4. Private Sub SplashScreen1_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
  5. 'Created By MaluPW'
  6. If My.Application.Info.Title <> "" Then
  7. ApplicationTitle.Text = My.Application.Info.Title
  8. Else
  9. ApplicationTitle.Text = System.IO.Path.GetFileNameWithoutExtension(My.Application.Info.AssemblyName)
  10. End If
  11. Version.Text = System.String.Format(Version.Text, My.Application.Info.Version.Major, My.Application.Info.Version.Minor)
  12. Copyright.Text = My.Application.Info.Copyright
  13. End Sub
  14.  
  15.  
  16. End Class
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement