﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3627	Feature Request: AutoItWinGetHandle()	anonymous		"As simple as it sounds, can we get a function that just gives the handle to that hidden AutoIt window?
Then we can all stop using functions like this:


{{{
Func _AutoItWinGetHandle()
	Local $sOld = AutoItWinGetTitle()
	Local $sTmp = 'au3win' & Random()
	AutoItWinSetTitle($sTmp)
	Local $hWnd = WinGetHandle($sTmp)
	AutoItWinSetTitle($sOld)
	Return $hWnd
EndFunc;==>_AutoItWinGetHandle
}}}
"	Feature Request	closed		AutoIt		None	Rejected	AutoItWinGetTitle AutoItWinSetTitle	
