I want change a unique item
if ($toto==1) {$Listbox_verif_fic->AddString("$infocreation")} #in different
color ...thanks, ----- Original Message ----- From: "Rogers, John" <[EMAIL PROTECTED]> To: "'NAHUM Marc'" <[EMAIL PROTECTED]>; <[email protected]> Sent: Wednesday, March 06, 2002 2:24 PM Subject: RE: [perl-win32-gui-users] change color in listbox for addstring > Hi, > > Do you want to change the whole list box, or each Item ? > > Whole ListBox, is easy something like; > $Winobj->Listname->Change(-foreground=>[$r,$g,$b]) > where r g b is 0 to 255 value, and/or -background > > Individual Items, I dunno, > > JohnR > > -----Original Message----- > From: NAHUM Marc [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 6 March 2002 8:08 > To: [email protected] > Subject: [perl-win32-gui-users] change color in listbox for addstring > > > hye, > how can i change a color when i made a AddString into a Listbox ? > > thanks > > > > _______________________________________________ > Perl-Win32-GUI-Users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users > > _______________________________________________ > Perl-Win32-GUI-Users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users >

