﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1052	GUICtrlCreateIcon() returns 0 if the file does not exist	Yashied		"''GUICtrlCreateIcon()'' returns 0 if the file does not exist, but returns ID, if instead of the file name will be transferred to an empty string ("""").

{{{
GUICreate('')
$Icon = GUICtrlCreateIcon('Nobody', 0, 0, 0)
ConsoleWrite($Icon & @CR)
$Icon = GUICtrlCreateIcon('', 0, 0, 0)
ConsoleWrite($Icon & @CR)
GUIDelete()
}}}
"	Bug	closed		AutoIt	3.3.0.0	None	No Bug		
