Re: [perl-win32-gui-users] extract icons from shell32.dll and use it in image list

2003-06-18 Thread sam . dela . cruz
Win32::GUI::BitmapInline worked really well. Thanks! Regards, Sam Dela Cruz You could try Win32::GUI::BitmapInline, from the docs: This module can be used to "inline" a bitmap file in your script, so that it doesn't need to be accompained by several external files (less hassle when you need to

Re: [perl-win32-gui-users] extract icons from shell32.dll and use it in image list

2003-06-18 Thread Jeremy White
You could try Win32::GUI::BitmapInline, from the docs: This module can be used to "inline" a bitmap file in your script, so that it doesn't need to be accompained by several external files (less hassle when you need to redistribute your script or move it to another location). cheers, jez. From

[perl-win32-gui-users] Multiple colours in a Listview items?

2003-06-18 Thread tivolinewbie
WOuld it be possible to have different colour inside a listview items? Lets say I displayed 30 rows of items ina list view, and wanted to have alternative rows to have different colours instead of one colour. How would I go about doing this? By the way what is the strategy for updating a listvi

[perl-win32-gui-users] Refreshing ListView with updated data?

2003-06-18 Thread tivolinewbie
I am having problems with updating a listview. It seems everytime I do a $LV->Hide and subsequently do a $LV->Show the thing act weird. It appears to put in a bunch of new columns headings as a result. That is column headings without any data underneath. The way I am doing it is, I create a Add

[perl-win32-gui-users] extract icons from shell32.dll and use it in image list

2003-06-18 Thread sam . dela . cruz
Hi Win32 GUI Experts, This is in connection with Alex Lee's postings last year about Win32::GUI::DIBitmap. I tried doing the following, but it doesn't work. Was there any solution for this one? my $A = 0; my $B = 'shimgvw.dll'; my $apiExecute = new Win32::API("Shell32", "ExtractIcon", ['P','P

Re: [perl-win32-gui-users] Docs (List of missing desired widgets)

2003-06-18 Thread Erick Bourgeois
On Tue, 17 Jun 2003 23:41:41 +0200, Johan Lindstrom <[EMAIL PROTECTED]> said: > Basically a web site that anyone (yes anyone) can edit and contribute to. > It usually has a very simple markup language. These two things together > makes it something very special. I am in the process of using Web

RE: [perl-win32-gui-users] Docs (List of missing desired widgets)

2003-06-18 Thread Burak Gürsoy
thanks for the info :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Johan Lindstrom Sent: Wednesday, June 18, 2003 12:42 AM To: perl-win32-gui-users@lists.sourceforge.net Subject: RE: [perl-win32-gui-users] Docs (List of missing desired widgets) At 22:33