When using, for example:

$Window->AddButton(
    -name => "Frame",
    -pos => [10, 70],
    -size => [275, 200],
    -text => "Hello World!",
    -style => BS_GROUPBOX,
    -visible => 1,
);

to create a Frame (or GroupBox), how do you change the background color for the 
text?

erick
www.jeb.ca

Reply via email to