RE: [perl-win32-gui-users] Listview Background color change code available

2004-02-17 Thread Stephen Pick
Also, you can set Listbox (combobox) background colours with the -background option. Works for me (tm). Steve -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: 17 February 2004 14:05 To: perl-win32-gui-users@lists.sourceforge.net Subj

RE: [perl-win32-gui-users] Listview Background color change code available

2004-02-17 Thread Stephen Pick
Cheers Ramy, just added the ability to set the listview background using the standard -background option to CVS. Steve -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: 17 February 2004 14:05 To: perl-win32-gui-users@lists.sourceforge

[perl-win32-gui-users] Listview Background color change code available

2004-02-17 Thread ramy
Hello all Here is a code to change the background for the ListView I still need to change the background color for ComboBox if any one knows how let me know. #Set the ListView Background Color sub LVM_FIRST (){0x1000} # ListView messages sub LVM_SETBKCOLOR (){(&LVM_FIRST + 1)} s

[perl-win32-gui-users] CVS update: Toolbars

2004-02-17 Thread Stephen Pick
Hi, I've just spent the morning converting and documenting Rammy's perl toolbar functions into XS. They're now in the CVS. The new functions are as follows: # (@)METHOD:SetButtonState(BUTTON, STATE) # (@)METHOD:SetStyle(STYLE) # (@)METHOD:SetExtendedStyle(STYLE) # (@)METHOD:GetStyle(STYLE) # (@)

RE: [perl-win32-gui-users] ActivePerl 5.8.3 build 809

2004-02-17 Thread Stephen Pick
I'm sticking with 5.8.0 for the time being, for Win32::GUI stuff at least. I was also wondering, does anybody compile with MS VS .NET? If so is there any way to stop it requiring the MSVCRT70.DLL and similar 7.0 DLLs that most people don't have? Steve > -Original Message- > From: [EMAI