David Hiltz wrote:
>   I didn't get a YES and NO button when I ran this, just
>   an OK button.

sorry, that's a little bug in Win32::GUI...
try this:

    $answer = Win32::GUI::MessageBox(
        0,
        $question_text,
        "ERROR",
        MB_ICONQUESTION | MB_YESNO,
    );

cheers,
Aldo




Reply via email to