VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



simple message box

by mathew ball (1 Submission)
Category: Miscellaneous
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Tue 24th July 2007
Date Added: Mon 8th February 2021
Rating: (1 Votes)

simple message box

Rate simple message box



dim strFName as string
dim strSName as string
dim strFullname as string
msgbox "Hello world"
strFName=inputbox("What is your firstame?")
strSName=inputbox("What is your secondname?")
strFullname = strFName & " " & strSName
msgbox "Hello " & strFullname

'hopefully this will help some new people get started...
'why not try making a code for username and password?
'also visit my site
'http://www.goodhostbadhost.com/

end sub

Download this snippet    Add to My Saved Code

simple message box Comments

No comments have been posted about simple message box. Why not be the first to post a comment about simple message box.

Post your comment

Subject:
Message:
0/1000 characters