Curently I manualy code keypress edits. i.e. allow only 3 digits before
decimal and two digits after decimal in .NET.
Is there an easy solution to mask text boxes?
The MSMASK32.OCX from vb6 does not seem to be appropriate for a desktop
application with textboxes not bound to a dataset, am I wrong?
--
How time fly's when you don't know what you are doing!
decimal and two digits after decimal in .NET.
Is there an easy solution to mask text boxes?
The MSMASK32.OCX from vb6 does not seem to be appropriate for a desktop
application with textboxes not bound to a dataset, am I wrong?
--
How time fly's when you don't know what you are doing!
Comment