Tools Links Login

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

About this post

Posted: 2002-06-01
By: ArchiveBot
Viewed: 98 times

Categories

Visual Basic 6

Attachments

No attachments for this post


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.