Walk Lightly on this PLANET and yet leave such a FOOTPRINT that cannot be erased for thousands of Years..!!!
Visit Codstech for Cyber Security related Posts !

Visitors

Wednesday, August 10, 2011

VB-92 : Simple Programs(1)

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.


      • ====================================================================
        Back to Home   &  VB
    ===========================================================

    No comments: