vb Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.SplashScreen类(方法)实例源码

下面列出了vb Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.SplashScreen 类(方法)源码代码实例,从而了解它的用法。

作者:VB.NET开发    项目:Microsoft.VisualBasic.ApplicationService   
Private Sub MyApplication_Startup(
    sender As Object,
    e As Microsoft.VisualBasic.ApplicationServices.StartupEventArgs
) Handles Me.Startup
    ' Get the splash screen.
    Dim splash As SplashScreen1 = CType(My.Application.SplashScreen, SplashScreen1)
    ' Display current status information.
    splash.Status = "Current user: " & My.User.Name
End Sub


问题


面经


文章

微信
公众号

扫码关注公众号