Yes/No Dialog?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • jwarrent
    Forum Member
    • Feb 2004
    • 24

    Yes/No Dialog?

    There's probably an easy way to do this and I'm just not seeing it. What's the easiest way to present a Yes/No pop-up dialog?
  • Corey
    Indigo Rose Staff Alumni
    • Aug 2002
    • 9745

    #2
    Hi. That would be the Dialog.Message action set to YESNO like:

    result = Dialog.Message("Notice", "Your message here.", MB_YESNO, MB_ICONINFORMATION, MB_DEFBUTTON1);

    You can cut'n'paste that to try it if you like... Hope that helps.

    Corey Milner
    Creative Director, Indigo Rose Software

    Comment

    • jwarrent
      Forum Member
      • Feb 2004
      • 24

      #3
      aye. right in front of me. Thanks Corey!

      Comment

      Working...
      X