I wondered if you could help me with this. I created a DLL with a script from funkey () and have numerous icons in there. When I try to add these icons to buttons in my script, only the first icon I set is displayed. Here is what I have: #include
#include
#include
#include
#Region ### START Koda GUI section ### Form=
$formMain = GUICreate("Form1", 615, 438, 192, 124)
$btnInstall = GUICtrlCreateButton("", 1, 1, 33, 33, $BS_ICON)
GUICtrlSetImage(-1,@ScriptDir & "\ico.dll","INSTALL_ICONS.ICO"