Modify ↓
#418 closed Bug (No Bug)
GUICreate: $WS_EX_LAYERED documentation error
| Reported by: | kenn | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | Documentation | |
| Version: | 3.2.12.0 | Severity: | None |
| Keywords: | $WS_EX_LAYERED | Cc: |
Description
"$WS_EX_LAYERED Creates a layered window. Note that this cannot be used for child windows."
And yet example 2 uses $WS_EX_LAYERED in a child window.
Attachments (0)
Change History (2)
comment:2 by , on Jun 28, 2008 at 2:35:58 PM
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
Changed example 2, extended styles are not BitOr'ed. Also changed comment to:
; transparent MDI child window
Don't think the documentation needs to be changed. Setting as no bug.
Note:
See TracTickets
for help on using tickets.

It uses it in an MDI Child Window not a Normal Child window
The example needs to be changed tho. The extended styles should be bitor'ed together not added.