Hey, Let me explain my problem: I have 3 buttons. First one is empty button that will have a bitmap image on it. Second button creates image on the first button from file. Last button needs to delete the image on the first button when I click the last button, so the first button should become empty as it was when I created it. I need help with the code of last button. My example script: #include <GUIConstants.au3> #include <ButtonConstants.au3> #Region ### START K