*** UPDATED 7/8/2008 *** Most have seem to use the _ControlHover() for Picture buttons and have made additional complex functions to change the pictures This does all the work for you, all you need is 1 A file location $XButton_Location = @ScriptDir & "\Buttons\Style_1" 2 Three button pictures ( gif, jpg or bmp ) - 22 included in demo "Normal" - "Over" - "Press" 3 Create the button $Button_1 = _HoverButton ("Small", 180, 80, 70, 15, $color) - color is optional 4 in the While loop _Che