RE: [perl-win32-gui-users] Button Questions

2005-06-03 Thread Frazier, Joe Jr
This is easy: set a timer. use Win32::GUI; my $Window = new Win32::GUI::Window ( -name => "Window", -topmost => 1, -left => 300, -dialogui => 1, -top=> 400, -width => 258, -height => 280, -text => "Blah", ); $Window->Cen

[perl-win32-gui-users] RichEdit and Hyperlink

2005-06-03 Thread leonard . jacobsen
Does anyone know if it is possible to put a Hyperlink in a RichEdit control, and in particular a "file://" hyperlink? Thanks Len.