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 

Extended Styles Listing

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



Joined: 19 Nov 2007
Posts: 144

PostPosted: Wed Apr 22, 2009 12:15 am    Post subject: Extended Styles Listing Reply with quote

Just curious as to why there is no Extended Styles listing in AHK
help or anywhere I could find on this forum.

This is the closest I have found elsewhere. Looks incomplete though.

http://www.autoitscript.com/autoit3/docs/appendix/GUIStyles.htm
Back to top
View user's profile Send private message
evan1
Guest





PostPosted: Wed Apr 22, 2009 2:44 am    Post subject: Reply with quote

yea we have
http://www.autohotkey.com/docs/misc/Styles.htm
Back to top
Visioneer



Joined: 19 Nov 2007
Posts: 144

PostPosted: Wed Apr 22, 2009 7:25 am    Post subject: Reply with quote

Sorry, I should have put the word Extended in big red letters.
Back to top
View user's profile Send private message
Krogdor



Joined: 18 Apr 2008
Posts: 1390
Location: The Interwebs

PostPosted: Wed Apr 22, 2009 7:30 am    Post subject: Reply with quote

AHK GUI Help Page wrote:
(Unnamed ExStyle): Specify a plus or minus sign followed immediately by the letter E and a decimal or hexadecimal extended style number. If the sign is omitted, a plus sign is assumed. For example, E0x200 would add the WS_EX_CLIENTEDGE style, which provides a border with a sunken edge that might be appropriate for pictures and other controls. Although the other extended styles are not documented here (since they are rarely used), they can be discovered by searching for WS_EX_CLIENTEDGE at www.microsoft.com.
Back to top
View user's profile Send private message AIM Address
Visioneer



Joined: 19 Nov 2007
Posts: 144

PostPosted: Fri Apr 24, 2009 7:44 pm    Post subject: Reply with quote

Thanks, I upgraded my ahk help and now I can find it in help.
I was not working with GUI, but external controls anyway.
The search tip with Google took me right there in top hit.
But MS of course does not provide the hex for the Extended
styles, and I think there are more extended styles that they
don't even list. The link I posted above at least gives the hex.
I see there are some ex styles co-mingled in the ahk styles
list also. I think they should should be listed separately like
the autoit list is. If you do a:
ControlGet, OutputVar, ExStyle,, Control, WinTitle
you would be surprised just how many control classes show
something. Maybe someone could post a complete list that
Chris could link to in his next ahk help version.

Thanks Krogdor
Back to top
View user's profile Send private message
Display posts from previous:   
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