But of course Aldo's fix is MUCH better ;]
Jonathan
--------------------------------------------------------------
Jonathan Southwick [EMAIL PROTECTED]
Technical and Network Services
Allegheny College
Meadville, PA 16335 814-332-2755
----- Original Message -----
From: "Aldo Calpini" <[EMAIL PROTECTED]>
To: "David Hiltz" <[EMAIL PROTECTED]>
Sent: Friday, May 05, 2000 8:21 AM
Subject: Re[2]: [perl-win32-gui] YES/NO Window
> 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
>
>
>
>