Program to Print "Hello Friend"
(A)Program Design :
(B) Property(Controls Used) :
- One CommandButton with Caption Print and Name Command1
- Label with no Caption and Name-Label1
(C) Attaching Code to the Object :
Private Sub Command1_Click()
Label1.Caption = "Hello Friend"
End Sub
|
(D) Output :
(E) Errors :
If found any errors while running your VB program, or want to put your comment about any program , please click Comment section , to post.
- ====================================================================
No comments:
Post a Comment