I have some input boxes with different values, like this:
$Name = GUICtrlCreateInput("Client Name", 432, 176, 153, 21)
$Folder = GUICtrlCreateInput("Username", 432, 256, 153, 21)
$Pass = GUICtrlCreateInput("Pass", 432, 296, 153, 21)
I want the input boxes to clean when i click on them, but i want their original value restored when i click anywhere else and if the value is null, ofcourse.
Is there an easy way to do this or i need to specify that for each inputbox i click, to check if all