one more thing

I don't know whether it is meant to be or not..

But when I click on the url it goes to the url BUT when I click on any other
place in the window too it goes to the url ( incl the OK button too)

chris
www.perl-resume.com



----- Original Message -----
From: Sean Healy <[EMAIL PROTECTED]>
To: <perl-win32-gui-users@lists.sourceforge.net>
Sent: Tuesday, January 23, 2001 6:50 AM
Subject: Re: [perl-win32-gui-users] Final Code: Click on URL in About Window


> >Here's the code that you all helped me to figure out. You can use this to
> >implement a clickable URL in your About Window, or whereever you like.
The
> >code may not be very clean, let me know if you have suggestions to
improve
> >this. This example runs as-is.
>
> This is great!  I've been playing with it a bit, and I added some stuff so
> you can change the cursor when it's over the link.  You put this code
> somewhere before the label with the URL:
>
> $linkCursor = new Win32::GUI::Cursor('harrow.cur');
>
> $urlClass = new Win32::GUI::Class(
>     -name => "UrlLabelClass",
>     -extends => "STATIC",
>     -cursor => $linkCursor,
> );
>
> Then you add '-class => $urlClass' to the label.  The cursor 'harrow.cur'
is
> included with the Win32-GUI samples.  (I think) STATIC is what Windows
> actually calls labels.
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com
>
>
> _______________________________________________
> Perl-Win32-GUI-Users mailing list
> Perl-Win32-GUI-Users@lists.sourceforge.net
> http://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users


Reply via email to