Ok i have a input box like this.
$name_input = GUICtrlCreateInput("Customer Name",250,500,300,25)
But when the GUI is active you have to click and highlight the text [Customer Name] to type the proper name in
Is there a simple way to have the text delete or vanish when you click the the input box to type the real name in?
Many thanks
Chimaera