Modify ↓
Opened 15 years ago
Closed 15 years ago
#1163 closed Feature Request (Rejected)
WinGetClassList - optional parameter for parent class only
Reported by: | rover | Owned by: | |
---|---|---|---|
Milestone: | Component: | AutoIt | |
Version: | Severity: | None | |
Keywords: | Cc: |
Description
I would like to suggest adding a flag parameter to WinGetClassList
to return only the window/control class string without a linefeed.
this would be useful for UDF WM_NOTIFY message processing by class without need to DllCall GetClassName or add control handle to the message handler.
Thank You
Attachments (0)
Change History (1)
comment:1 Changed 15 years ago by Valik
- Resolution set to Rejected
- Status changed from new to closed
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.
The function _WinAPI_GetClassName() already exists in WinAPI.au3. There's no point in duplicating functionality.