to Robert May.
Robert,
thank you for your perfect answer to my question!
It solves my problem and I am happy again... :)
with best wishes,
Waldemar Biernacki
I was wondering if anyone knows whether it is possible
to use an icon resource from an executable, in much the
same way it can be done with a bitmap.
For example, the following code will try to load the 'LOGO'
resource from an executable (if compiled with, say the PDK),
and if it cannot, then wil
We're seeing problems with groupbox labels and regular
text labels having a gray/beige background under Win XP,
instead of being transparent; no background color. These
widgets in question are enclosed within a tabstrip. All
other widgets seem to be rending without problem. Has
anyone else run int
So are you saying this is possible:
$icon = new Win32::GUI::Bitmap ('MYICON');
$window->SetIcon ($icon) if ($icon);
I'm using Perlapp's --icon switch to attach a icon to the
executable. However, icon resources don't have names, and
so to get the above to work, I would need to use a resource
Hi All,
The ListView control has a property ->SetUnicodeFormat(FLAG) which, from the
XS shows it to be a Boolean value.
Doesn’t appear to have a default, and if setting to 1, enables Unicode is
this set as $lvwControl->SetUnicodeFormat(1);
Is this all there is to enable graphical charac
5 matches
Mail list logo