<div style='background-color: none transparent;'></div>

Pages

HELLO WORLD

SCREENSHOT







 

CODE

Private Sub cmdClear_Click()
txtShow.Text = ""
End Sub

Private Sub cmdExit_Click()
If MsgBox("Are you sure you want to close the application?", vbQuestion + vbYesNo, "Confirm") = vbYes Then
    End
Else
    cmdShow.SetFocus
End If
End Sub

Private Sub cmdShow_Click()
txtShow.Text = "Hello World!"
End Sub

Share this article :

No comments :

Post a Comment

 
Copyright © 2011. datasavvy . All Rights Reserved
Company Info | Contact Us | Privacy policy | Term of use | Widget | Advertise with Us | Site map
Template Modify by Creating Website . Inpire by Darkmatter Rockettheme Proudly powered by Blogger