[perl-win32-gui-users] Color of text in Button

2003-11-14 Thread Jangale V-S SPEL-TIT
Hi All, Is there any way to change color of text in Button control ? With Best Regards, Vidyadhar

[perl-win32-gui-users] Helpbutton event

2003-06-05 Thread Jangale V-S SPEL-TIT
Dear All, I have a small demo program where I have added helpbutton property as follows use Win32::GUI; my $dialogbox = new Win32::GUI::DialogBox( -name => 'dialogbox', -text => 'Demo Dialogbox', -left => 300, -top => 120, -width=> 300, -heigh

[perl-win32-gui-users] Doevent problem in minimised window - Please help

2003-05-28 Thread Jangale V-S SPEL-TIT
I am new to Win32::GUI . I have written a basic program (copied from examples) as below use Win32::GUI; $main = Win32::GUI::Window->new( -name=> "Main", -title => "Win32-GUI: Doevents-Demo", -left=> 100, -top => 100, -width => 600, -height => 400, ); sub Main_Terminat