I have this code that allows the user to just type numbers in the textbox to avoid typing in the wrong format. I would like to know is this could be set up to allow for typing in a ratio. (i.e. 2:1, 10:1, etc.) so the user avoids typing in the wrong format. The number "1" should always be be...