WELLCOME

Visual Basic is a very easy and powerful programming language, a very simple coding of the software can be created with Visual Basic. I have my Blogger (http://www.vbcodebd.blogspot.com) in Visual basic 6.0 via kinds Program will discuss the code. Thanks All ..........

Thursday, January 31, 2013

Text Moving Code(Visual Basic Tutorial - 8)



Create a form with  1 timer .
Add the following code to the form code module for the ‘From1’ _Click event:

Program Code:


Dim tx, ty As Integer

Private Sub Form_Load()
Timer1.Interval = 50
  tx = ScaleWidth
  ty = ScaleHeight / 2

Monday, January 28, 2013