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

2005-12-22 Thread Piotr Kaluski
May, Robert wrote: 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->

[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

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

2005-12-22 Thread Piotr Kaluski
Robert May wrote: Piotr Kaluski wrote: Hi, 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