in reply to
Re: WIN32::GUI label font/color
in thread
WIN32::GUI label font/color
At least changing the color (example to Red) can (now) be achieved with similar logic to: labelobject->Change(-foreground =>
255,0,0
); labelobject->Redraw(1); and labelobject is Win32::GUI label.
Comment on
Re^2: WIN32::GUI label font/color
In Section
Seekers of Perl Wisdom