[perl-win32-gui-users] Re: Opening Web Pages From PERL

2002-03-28 Thread Scott 'me22' McMurray
Use the system() function to "start" the Web address (needs Http://) F.EX. system("start http://www.hotmail.com/";); - me22 > From: "NAHUM Marc" <[EMAIL PROTECTED]> > To: > Date: Thu, 28 Mar 2002 17:17:30 +0100 > Subject: [perl-win32-gui-users] URL in label > > Hye, > > I write a text in a box

[perl-win32-gui-users] Re: Win32::GUI Documentation

2002-03-28 Thread Scott 'me22' McMurray
If you DL the non-binary version it includes a bunch of useful sample scripts to demonstrate the controls, as well as some tutorials, among other useful bits. - me22 > Date: Wed, 27 Mar 2002 20:07:27 -0800 (PST) > From: emir cruz <[EMAIL PROTECTED]> > To: perl-win32-gui-users@lists.sourceforge.ne

[perl-win32-gui-users] (no subject)

2002-03-28 Thread Joseph H. Schwendt II
I'm not sure if people are developing apps on Windows XP yet, but when I tried to use one of my apps developed in Win2K on a WinXP box, all of the grey background turned white, but all of the controls stayed grey. Essentially, the app looked ugly. Has anyone else experienced this and if so, is

[perl-win32-gui-users] URL in label

2002-03-28 Thread NAHUM Marc
Hye, I write a text in a box where the user click yes or no ... easy, but I want put a url in this text and the user can click on this url it open a browser with this url ... Any idea ? thanks,