RE: [perl-win32-gui-users] DC used for customdrawn Toolbar

2005-08-08 Thread Jeremy White
Hi, I'm trying to change the TextColor of a Coolmenu on _Deactivate and _Activate of the parent-window to emulate the original IE behaviour. Just so I understand what you are trying to do. Do you mean the change in the menu colour (to blue) when the mouse moves over the menu buttons in IE?

[perl-win32-gui-users] (no subject)

2005-08-08 Thread Сергей Черниенко
Здравствуйте, perl-win32-gui-users, I'm using NotifyIcon object to minimze my app to tray. All works fine but the icon in tray has grey color instead of its real purple. The questions are: 1. What format has to have icon (size, number of colors and so on) 2. may be I

RE: [perl-win32-gui-users] wrong colored NotifyIcon

2005-08-08 Thread Kind, Uwe
Hello Сергей, in which way is the the Win32::GUI::Icon-Object created? If it is extracted from an ImageList using GetIcon try a value of 25 for the Flags-Option on creation of the Imagelist and set an Mask when adding the Bitmap. 1. All standard .ico-Files (16x16, 32x32, 256 colors) should do

Re[2]: [perl-win32-gui-users] wrong colored NotifyIcon

2005-08-08 Thread Сергей Черниенко
Здравствуйте Uwe, Monday, August 08, 2005, 1:13:45 PM, Вы написали: KU Hello Сергей, KU in which way is the the Win32::GUI::Icon-Object created? icon is Win32::GUI::Icon object, created from file. -- С уважением, Сергейmailto:[EMAIL PROTECTED]

RE: [perl-win32-gui-users] DC used for customdrawn Toolbar

2005-08-08 Thread Kind, Uwe
Hi jez, Just so I understand what you are trying to do. Do you mean the change in the menu colour (to blue) when the mouse moves over the menu buttons in IE? I want to 'grey out' the text when $mw loses the focus. The structures used by a toolbar and header are different - see:

{Spam?} RE: [perl-win32-gui-users] MDIFrame and background Image

2005-08-08 Thread Daniel Fernandez
Thanks for your answer The following code work for me. my ($width, $height) = ($Window-GetClientRect)[2..3]; my $B = new Win32::GUI::Bitmap('backgound.bmp') or die(new Bitmap); my $bgimg = new Win32::GUI::Label ( -parent = $Window, -name= 'BGImg', -left = 0, -top = 0,

Re: [win32gui] [perl-win32-gui-users] (no subject)

2005-08-08 Thread Robert May
Сергей Черниенко wrote: Здравствуйте, perl-win32-gui-users, I'm using NotifyIcon object to minimze my app to tray. All works fine but the icon in tray has grey color instead of its real purple. The questions are: 1. What format has to have icon (size, number of colors and so

RE: [perl-win32-gui-users] DC used for customdrawn Toolbar

2005-08-08 Thread Robert May
Kind, Uwe wrote: Just so I understand what you are trying to do. Do you mean the change in the menu colour (to blue) when the mouse moves over the menu buttons I want to 'grey out' the text when $mw loses the focus. The structures used by a toolbar and header are different This appears to