Tuesday, 4 August 2015

How to download Upgarde Windows 10 Home Edition for Windows 7 PC-Easy



How to  download Upgarde Windows 10 Home Edition  for Windows 7 PC-Easy

Once you got the notification from microsoft.you will be able to download your much awaited Windows 10 easily.I will show you how you can download your free upgrade easily.


















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. :-)