Windows 10 Download and installation-Simple Steps- Quick and Easy
Friday, 31 July 2015
Saturday, 25 July 2015
Learn Visual Basic 6.0-Adjust VB form (Splash Screen) in middle of the s...
Learn Visual Basic 6.0-Adjust VB form in middle of the screen-Quick and easy
In this tutorial,we are going to adjust Visual Basic form (Splash Screen)in the middle or center of the screen.
Also ,Change Border style and disable Max/Min/Close button,use of Picture Box control to make a splash screen as well.
Source Code:
Private Sub Form_Load()
Me.Left = (Screen.Width - Me.Width) / 2
Me.Top = (Screen.Height - Me.Height) / 2
End Sub
Please Subscribe to my channel. :-)
In this tutorial,we are going to adjust Visual Basic form (Splash Screen)in the middle or center of the screen.
Also ,Change Border style and disable Max/Min/Close button,use of Picture Box control to make a splash screen as well.
Source Code:
Private Sub Form_Load()
Me.Left = (Screen.Width - Me.Width) / 2
Me.Top = (Screen.Height - Me.Height) / 2
End Sub
Please Subscribe to my channel. :-)
Subscribe to:
Posts (Atom)