Win32::MsgBox("Text", 0, "title");
or
$result=Win32::MsgBox("Do you want to do this?", 4, "Title");
if ($result==6) #yes is clicked
{
#do this stuff
}
----------------------------------------------------------------------------
---------------------
Tim Thomas
Unix Systems Administrator
Lockheed Martin EIS ยท Denver Data Center
303-430-2281
mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
----------------------------------------------------------------------------
---------------------
-----Original Message-----
From: Erick J. Bourgeois [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 23, 2001 2:01 PM
To: [email protected]
Subject: [perl-win32-gui-users] MessageBox?
Is there a MessageBox constructor? I remember seeing this idea somewhere,
but I can't find it any more.
erick
never stop questioning
www.jeb.ca <http://www.jeb.ca>