VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



This simple program display a Massage box.

by Slanek (1 Submission)
Category: Files/File Controls/Input/Output
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Fri 8th August 2003
Date Added: Mon 8th February 2021
Rating: (1 Votes)

This simple program display a Massage box.

Rate This simple program display a Massage box.



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!

Download this snippet    Add to My Saved Code

This simple program display a Massage box. Comments

No comments have been posted about This simple program display a Massage box.. Why not be the first to post a comment about This simple program display a Massage box..

Post your comment

Subject:
Message:
0/1000 characters