At least I think it is a bug (a small one)
if msgbox("Exit?","Title", cMsgboxYesNo, cMsgboxQuestion) = cNo then Form1.CancelClose
gives the choice of answering yes or no, while:
if msgbox("Exit?", cMsgboxYesNo, cMsgboxQuestion) = cNo then Form1.CancelClose
(with no title) just gives an ok button
Björn
if msgbox("Exit?","Title", cMsgboxYesNo, cMsgboxQuestion) = cNo then Form1.CancelClose
gives the choice of answering yes or no, while:
if msgbox("Exit?", cMsgboxYesNo, cMsgboxQuestion) = cNo then Form1.CancelClose
(with no title) just gives an ok button
Björn