create a YES or NO msgbox
simply pops up an msgbox with a yes or no choice below (very simple)
Original Author: sean mckeown
Code
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
Loading Comments ...
Comments
No comments have been added for this post.
You must be logged in to make a comment.