This simple program display a Massage box.
This simple program display a Massage box.
Rate This simple program display a Massage box.
(1(1 Vote))
Program=Me.Caption
ans=("Msgbox"What ever you type.",vbYesNoCancel+vbExclamation,Program)
If ans=vbYes Then Msgbox"You pressed Yes."
if ans =vbNo Then Msgbox"You pressed No."
if ans=vbCancel then Msgbox"You pressed Cancel."
'I hope you enjojed it!
This simple program display a Massage box. Comments
No comments yet — be the first to post one!
Post a Comment