Hi, I utilizzatio to the following command interface.
GUICtrlCreateInput("0000", 350, 300, 60, 27, BitOR($GUI_SS_DEFAULT_INPUT, $ES_RIGHT, $ES_NUMBER))
Which, however, makes me write only the numbers but not the decimal point, so I can not enter the numemro 12:45 but only 12.
There is one possible to make mous that I can type only numbers and the decimal point?
thanks