| View previous topic :: View next topic |
| Author |
Message |
Visioneer
Joined: 19 Nov 2007 Posts: 144
|
Posted: Wed Apr 22, 2009 12:15 am Post subject: Extended Styles Listing |
|
|
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 |
|
 |
evan1 Guest
|
|
| Back to top |
|
 |
Visioneer
Joined: 19 Nov 2007 Posts: 144
|
Posted: Wed Apr 22, 2009 7:25 am Post subject: |
|
|
| Sorry, I should have put the word Extended in big red letters. |
|
| Back to top |
|
 |
Krogdor
Joined: 18 Apr 2008 Posts: 1390 Location: The Interwebs
|
Posted: Wed Apr 22, 2009 7:30 am Post subject: |
|
|
| 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 |
|
 |
Visioneer
Joined: 19 Nov 2007 Posts: 144
|
Posted: Fri Apr 24, 2009 7:44 pm Post subject: |
|
|
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 |
|
 |
|