Multiple MsgBox Buttons / Styles (1 Viewer)

modest

Registered User.
Local time
Today, 15:24
Joined
Jan 4, 2005
Messages
1,220
In WinAPI you can select different multiple themes for dialog boxes. I was wondering if it was possible to apply YesNo buttons to an Exclamation setting.

For Instance:
MsgBox(text,vbExclamation & vbYesNo)

In an API I would just do:
MsgBox(text,vbExclamation | vbYesNo)


Not in any hurry on this one, just curious. Forgive a double post if I have one.
 

Users who are viewing this thread

Top Bottom