I'm from Brasil and I don't speak English very well - sorry. I made some GUI Input and would like 4 of these GUI Input accept only letters - not numbers (uppercase letters = A,B,C,D,..,Z) - Something like $ES_LETTERS instead of $ES_NUMBER. What I have to do? Tried Search and Google a lot and nothing.... Thanks for all. $LinhaINPUT = GUICtrlCreateInput("3", 107, 30, 25, 21, BitOR($ES_CENTER,$ES_NUMBER)) ; THIS ACCEPT ONLY 1 NUMBER $OrdemINPUT = GUICtrlCreateInput("B", 235, 62, 25, 21, Bit