AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Find out if close button in titlebar is enabled?

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
Mythos



Joined: 29 Jan 2005
Posts: 22

PostPosted: Tue Feb 01, 2005 8:34 am    Post subject: Find out if close button in titlebar is enabled? Reply with quote

How can I find out if the close button in the titlebar is enabled or not?

there is nothing like ...

Code:

If ( style & 0x20000 ) ; WS_MINIMIZEBOX
{}


... for the close button!?
Back to top
View user's profile Send private message
BoBo
Guest





PostPosted: Tue Feb 01, 2005 9:26 am    Post subject: Reply with quote

Quote:
How can I find out if the close button in the titlebar is enabled or not?
And then ?

Quote:
Control [v1.0.09+]
--------------------------------------------------------------------------------

Makes a variety of changes to a control.

Control, Cmd [, Value, Control, WinTitle, WinText, ExcludeTitle, ExcludeText]


Enable: Enables a control if it was previously disabled.

Disable: Disables or "grays out" a control.
Back to top
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10480

PostPosted: Tue Feb 01, 2005 1:06 pm    Post subject: Reply with quote

I'm not sure if there's a way to detect this. You might try checking for the WS_SYSMENU and WS_CAPTION styles. But that probably won't work if the close button is "grayed out".

You could try PixelGetColor to detect a "grayed out" close button.
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group