msgbox default buttons


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

Posted by Jeff Cinelli (66.152.253.195) on November 12, 2003 at 13:56:34:

Is there an easy way to define a default button in a Yes/No message box? For example:

ZMSGBOXM$='Can you see this message box?'
ZMSGBOXT$='Message Box Question'
ZMSGBOX=MSGBOX(ZMSGBOXM$,ZMSGBOXT$,36)

This brings up a message box, and the "YES" button is the default.
How could this code me modified to use "NO" as the default?


Follow Ups: