Modify ↓
Opened 11 years ago
Closed 11 years ago
#2408 closed Feature Request (Completed)
WinList - PROPOSAL (Paramter and Example)
Reported by: | mlipok | Owned by: | guinness |
---|---|---|---|
Milestone: | 3.3.9.19 | Component: | Documentation |
Version: | Severity: | None | |
Keywords: | Cc: |
Description
in Parameter description
now:
The title/hWnd/class of the window to read.
Proposal:
The title/hWnd/class of the window to close. See Title special definition.
in example:
please add new example
#include <array.au3> Example2() Func Example2() ; Retrieve a list of window handles using regular regular expression. $aWinList = WinList('[REGEXPTITLE:(?i)(.*Scite.*|.*Internet Explorer.*)]') _ArrayDisplay($aWinList) EndFunc ;==>Example2
Attachments (0)
Change History (3)
comment:1 Changed 11 years ago by mlipok
comment:3 Changed 11 years ago by guinness
- Milestone set to 3.3.9.19
- Owner set to guinness
- Resolution set to Completed
- Status changed from new to closed
Added by revision [8748] in version: 3.3.9.19
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.
... and of course link to Title special definition.