hi. i was having problems running a program under 95b on a clients computer
so i perlapped up 01_basic.t and ran it on their computer and it got the
following error message.
Can't load 'auto/Win32/GUI/GUI.dll' for module Win32::GUI: load_fil
e:One of the
library files needed to run this applicatio
How can I change the color of a font? I'd expect it to be something like:
our $Font = new Win32::GUI::Font(
-name => "Arial",
-height => 24,
-color => 'Red',
-bold => 1,
);
but it doesn't work.
TIA,
Pete
2 matches
Mail list logo