GuiCreate("Example...") GUICtrlCreateCheckbox("I want an image here", 10, 10, 140, 40, 0x1000);BS_PUSHLIKE GUICtrlCreateButton("button", 60, 60, 40, 40, 0x40);BS_ICON GuiCtrlSetImage (-1, "shell32.dll",22) GUICtrlCreateCheckbox("I want an image here", 110, 110, 40, 40, BitOr(0x40, 0x1000)) GuiCtrlSetImage (-1, "shell32.dll",22) GuiSetState() While GuiGetMsg() <> -3;$GUI_EVENT_CLOSE WEnd
17 Oct 04: I thought I'd remove the attachment to free up some server space. AutoIt has the feature now
Edited by CyberSlug, 18 October 2004 - 02:45 AM.




