Hey guys, I'm trying to do something really simple (I hope), my input box has a default string in it that I'd like to clear when the user clicks into it or tabs the cursor into it. I read about GUICtrlSetOnEvent but it says this doesn't work with GUIGetMsg and I'm using that to handle button presses and the like, if at all possible I'd like to not have to rewrite my code!! So far I've got (stripped) :: $input = GuiCtrlCreateInput("Enter slice files name...", 5, 5, 130, 20) Func clearMe()