Hi All,
Is there any way to change color of text in Button control ?
With Best Regards,
Vidyadhar
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
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
3 matches
Mail list logo