[perl-win32-gui-users] RE: How to Gray out a button (it is not about disabling)

2005-12-22 Thread May, Robert
>> When you read about button related messages in MSDN, BM_SETCHECK >> gives you an opportunity to set button's state to BST_INDETERMINATE, >> which is presented by a gray color. Is there a way to gray out a >> button in Win32::GUI (apart from using SendMessage directly)? > > $button->SetState(BST

[perl-win32-gui-users] RE: Listviews with checkboxes question

2005-12-19 Thread May, Robert
Ströbitzer Andreas wrote: > I have a question conecerning listviews: > I have a listview with checkboxes enabled. Is it possible > to check them at runtime with code? Normal Checkboxes have > the function SetCheck, but I cannot find something similar > for listviews with checkboxes enabled... I t

[perl-win32-gui-users] Re: MDIFrame and background Image

2005-08-15 Thread May, Robert
Jez, Before anyone runs off and implements this (stretchBlt), I already did it (last week) - it's just not checked in yet, and won't be until I'm back in the UK next week. Regards, Rob. -Original Message- From: Jeremy White [mailto:[EMAIL PROTECTED] Sent: 15 August 2005 09:15 To: [EMAI