VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



For making a membership form Text boxes,command buttons

by Sajal Dutta (2 Submissions)
Category: Miscellaneous
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Tue 23rd April 2002
Date Added: Mon 8th February 2021
Rating: (1 Votes)

For making a membership form Text boxes,command buttons

Rate For making a membership form Text boxes,command buttons



'SUBMIT-Button .caption
if text1.text="" or text2.text="" or text3.text="" or text4.text="" or text5.text="" or combosex.text="" or combocountry.text="" or text6.text="" or text7.text="" or text9.text="" then
msgbox"Please Complit The Form !!",vbinformation,"Message Alert"
end if
end sub
private sub command2_click
'RESET-Button Name
text1.text=""
text2.text=""
text3.text=""
text4.text=""
text5.text=""
combosex.text=""
combocountry.text=""
text6.text=""
text7.text=""
text8.text=""
text9.text=""
end sub



Download this snippet    Add to My Saved Code

For making a membership form Text boxes,command buttons Comments

No comments have been posted about For making a membership form Text boxes,command buttons. Why not be the first to post a comment about For making a membership form Text boxes,command buttons.

Post your comment

Subject:
Message:
0/1000 characters