Modify

Opened 18 years ago

Closed 18 years ago

#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:1 by Gary, 18 years ago

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.

comment:2 by Gary, 18 years ago

Resolution: No Bug
Status: newclosed

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.

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.