Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Message Box

by Moonie (Friar)
on Jan 02, 2002 at 21:54 UTC ( #135732=note: print w/replies, xml ) Need Help??


in reply to Message Box

oaklander - you do need to include use Win32; at the top of your script. The format for Win32::MsgBox is this: Win32::MsgBox(MESSAGE [, FLAGS [, TITLE]]) - check out the perldocs at Win32. - Moon

update: an example -
use Win32; $msg = "Test of Box"; Win32::MsgBox($msg, 0 | MB_ICONINFORMATION, 'Just an Example');

Replies are listed 'Best First'.
Re: Re: Message Box
by oaklander (Acolyte) on Jan 02, 2002 at 22:24 UTC
    Thanks Moonie for the answer.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://135732]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (5)
As of 2023-11-29 08:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?