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
Read more »
Monday, January 28, 2013
Full Calculator Project (Visual Basic Tutorial - 7)
Create a form with
1 text boxe , 1 Label , And 24 command buttons.
Text box properties…………..
Named: txtDisplay
Alignment: 1-Right Justify
Enabled: False
Text: 0
Read more »
Calculator 1 (Visual Basic Tutorial - 6)
Read more »
Newer Posts
Home
Subscribe to:
Posts (Atom)