You could drive Internet Explorer Win32::OLE, or even simpler:

Open FILE ">temp.htm"
Print FILE "<h1>This is a message</h1>";
Close FILE
System("iexplore temp.htm");

-----Original Message-----
From: perl-win32-users-boun...@listserv.activestate.com 
[mailto:perl-win32-users-boun...@listserv.activestate.com] On Behalf Of rocku
Sent: Wednesday, September 30, 2009 5:52 AM
To: perl-win32-users@listserv.activestate.com
Subject: Win32::MsgBox highlight text?

Hi,
I need to make a popup window with text that is highlightable, so the 
user can select it and copy. Is it possible with Win32::MsgBox or any 
other module that is delivered out of the box in ActiveState Perl 
(Win32::GUI is not)?

--
greets,
rocku
_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to