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 ..........
Tuesday, February 19, 2013
Sunday, February 17, 2013
Saturday, February 16, 2013
For Next Usage (Visual Basic Tutorial - 16)
Programing Code:
Private Sub Command1_Click()
Dim i, sum
Private Sub Command1_Click()
Dim i, sum
Thursday, February 14, 2013
Mause Move Draw line Program code vb 6 (Visual Basic Tutorial - 15)
Create a form.
Add the following code to the form code module for the Formr1
_Click event:
Program code:
Private Sub Form_MouseDown(Button As Integer, Shift As
Integer, X As Single, Y As Single)
Form1.CurrentX = X
Mause Move Draw Circle Program code vb 6 (Visual Basic Tutorial - 14)
Create a form
Add the following code to the form code module for the Formr1
_Click event:
Program code:
Private Sub Form_MouseMove(Button As Integer, Shift As
Integer, X As Single, Y As Single)
Circle (X, Y),
300 + 200 * Rnd, QBColor(Rnd * 15)
End Sub
...........................................................................................................v>
by Md. Sayemon
Wednesday, February 13, 2013
Monday, February 11, 2013
Friday, February 8, 2013
Wednesday, February 6, 2013
Tuesday, February 5, 2013
Circle Area Project Vb (Visual Basic Tutorial - 10)
Create a form with 2
label, 2 Textbox And 1 Commandb Button.
Monday, February 4, 2013
Clock Project Vb (Visual Basic Tutorial - 9)
Create a form with
1 Text boxe And 1 Timer
Add the following code to the form code module for the ‘Clock’
_Click event:
Frome
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
Subscribe to:
Posts (Atom)