RE: [perl-win32-gui-users] How to change window/dialogbox icon

2004-07-29 Thread Eric Hansen
@lists.sourceforge.net; [EMAIL PROTECTED] Subject: Re: [perl-win32-gui-users] How to change window/dialogbox icon Hi, You can use the GetIcon method of an ImageList object to return an icon from the original bitmap. You have to create the imagelist and load the bitmap into it first - a bit

Re: [perl-win32-gui-users] How to change window/dialogbox icon

2004-07-29 Thread Jez White
@lists.sourceforge.net ; [EMAIL PROTECTED] Sent: Thursday, July 29, 2004 3:41 PM Subject: RE: [perl-win32-gui-users] How to change window/dialogbox icon Jez, can you tell me what version of Win32::GUI you are using to be able to use this syntax? When I try to run the code you suggest with my version

[perl-win32-gui-users] How to change window/dialogbox icon

2004-07-28 Thread Eric Hansen
Can someone show me an example how to Change the camel (perl) icon to a user-defined icon? In both Windows and DialogBoxes? I tried using Windows/DialogBox option -icon = $myicon, Where $myicon is either defined as. $Icon = new Win32::GUI::Icon(C:\\Bibles\\bible.bmp);