|
From: Thomas, T. B <tim...@lm...> - 2001-01-23 21:16:59
|
Win32::MsgBox("Text", 0, "title");
or
$result=3DWin32::MsgBox("Do you want to do this?", 4, "Title");
if ($result=3D=3D6) #yes is clicked
{
#do this stuff
}
------------------------------------------------------------------------=
----
---------------------
Tim Thomas
Unix Systems Administrator
Lockheed Martin EIS =B7 Denver Data Center
303-430-2281
mailto:tim...@lm... <mailto:tim...@lm...>=20
------------------------------------------------------------------------=
----
---------------------
-----Original Message-----
From: Erick J. Bourgeois [mailto:er...@e-...]
Sent: Tuesday, January 23, 2001 2:01 PM
To: per...@li...
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.
=20
erick
never stop questioning
www.jeb.ca <http://www.jeb.ca>=20
|