Hi Jonathan:
I find that win32 grid is more powerful and easier to use -- you can use it like
ListView and have for example, each row to alternate colors.
Example code would look something like this:
for my $row (0..$Grid->GetRows()) {
for my $col (0..$Grid->GetColumns()) {
Awhile back someone was asking about changing the color of individual items
in a ListView control. It can be done if someone knows if there is a way
to set the properties of the items.
What needs to be done is set the item's UseItemStyleForSubItems property to
false but am not sure if it can
Well, we can't support PAR because currently it's kind of a stop-gap
solution used by those who don't want to or cannot buy perlapp/perl2exe
(like me). If you must use PAR then there is nothing stopping you from
using the PAR options to include bitmaps and other files inside the PAR
file. When your
3 matches
Mail list logo