Modify ↓
Opened 11 years ago
Closed 11 years ago
#2529 closed Bug (No Bug)
Add Extended Window Styles constant $WS_EX_NOACTIVATE
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Milestone: | Component: | AutoIt | |
Version: | 3.3.8.1 | Severity: | None |
Keywords: | Cc: |
Description
It seems Extended Window Styles lack WS_EX_NOACTIVATE constant
$WS_EX_NOACTIVATE = 0x08000000
http://msdn.microsoft.com/en-us/library/windows/desktop/ff700543%28v=vs.85%29.aspx
Attachments (0)
Change History (2)
comment:1 Changed 11 years ago by BrewManNH
comment:2 Changed 11 years ago by guinness
- Resolution set to No Bug
- Status changed from new to closed
To the poster, please pay attention to what is a bug and feature request. As BrewManNH said this is already available in the latest beta. Thank you.
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Note: See
TracTickets for help on using
tickets.
That constant is in the WindowsConstants.au3 file in the latest beta already.