﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1752	GUICtrlCreateIcon doesn't work with higher index than 0 in WinXP x64 / Win 2003	JFX	Jon	"None of the Icons create with GUICtrlCreateIcon will be display under XP x64 (compiled as x86 or x64)

Seems to work fine with XP x86 / Win7 x64


{{{
GUICreate("""", 600, 250)
For $Y = 1 To 4
    For $X = 1 To 4
        GUICtrlCreateIcon('shell32.dll',$x + $y * 4 -4, 5+$X*74-64, 5+$Y*64-64, 32, 32)
        GUICtrlCreateButton("""",300+$X*74-64,5+$Y*64-64,42,42,0x8040)
        GUICtrlSetImage(-1, 'shell32.dll',$x + $y * 4 -4)
    Next
Next

GUISetState()

While 1
    $msg = GUIGetMsg()
        If $msg = -3 Then ExitLoop
WEnd
GUIDelete()

}}}



Same problem seems to be with Win 2003. Maybe also similar issue with 
GUICtrlSetImage

related topic
[http://www.autoitscript.com/forum/index.php?showtopic=119151&pid=828393&st=0&#entry828393]"	Bug	closed		AutoIt	3.3.6.1	None	Wont Fix		
