I would like to use 32x32pixel 32bit icons in a toolbar but can't get them to display correctly in Autoit (3.2.10.0) The icons look very poor as is they are 16x16pixel 8bit icons. The following code shows an example icon using the toolbar and imagelist. It also show the same icon using the command GUICtrlCreateIcon. I would like the toolbar icon to look like the GUICtrlCreateIcon icon Anyone got any ideas how I can fix this please CODE #include <GuiConstantsEx.au3>