Modify

Opened 13 years ago

Closed 13 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 by mlipok, 13 years ago

... and of course link to Title special definition.

comment:2 by TicketCleanup, 13 years ago

Version: 3.3.9.18

Automatic ticket cleanup.

comment:3 by guinness, 13 years ago

Milestone: 3.3.9.19
Owner: set to guinness
Resolution: Completed
Status: newclosed

Added by revision [8748] in version: 3.3.9.19

Modify Ticket

Action
as closed The owner will remain guinness.

Add Comment


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