Read the title, does anyone know how todo it? :confused:
Printable View
Read the title, does anyone know how todo it? :confused:
like that?
It will be a lot easier if you design a regular form and show it modally as an inputbox.
You can find lots of thread on how to make a numeric-only textbox in this forum. Use one of those codes to make the 'input textbox' of your 'frmInputBox' as numeric-only.
(If you want to use a 'real' inputbox then you'll need to do subclassing. See this thread to see how.)
Thanks chxxangie & Iprank :)