VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



create a YES or NO msgbox

by sean mckeown (2 Submissions)
Category: Miscellaneous
Compatability: Visual Basic 3.0
Difficulty: Unknown Difficulty
Date Added: Wed 3rd February 2021
Rating: (5 Votes)

simply pops up an msgbox with a yes or no choice below (very simple)

Rate create a YES or NO msgbox

dim a as integer
a% = msgbox("Message box message ;-)",10+10)
if a% = 6 then '6 indicates a YES
msgbox "yes was choosen"
else
msgbox "no was choosen"
end if

Download this snippet    Add to My Saved Code

create a YES or NO msgbox Comments

No comments have been posted about create a YES or NO msgbox. Why not be the first to post a comment about create a YES or NO msgbox.

Post your comment

Subject:
Message:
0/1000 characters