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.