MASK

  • Thread starter Thread starter spaulsamin
  • Start date Start date
S

spaulsamin

Hi seniors

How to define mask of normal textbox control without using
richtext box or maskedit box or anyother controls

eg: when i type 9999999 it should mask 999-9999

pls explain with sample


thank you
 
You cannot in a usable way, why you tink that they made the masked textbox.
For fun?

Cor
 
How to define mask of normal textbox control without using
richtext box or maskedit box or anyother controls

Write an inherited class from TextBox and implement masking by yourself.

Oh, wait... Someone might already have done it for you. Hence the MaskEdit
box.
 
this was possible in MS Access--- but then again; VB 2005 isn't HALF
as powerful as Access

Visual Fred _SUCKS_
 
Hi seniors

How to define mask of normal textbox control without using
richtext box or maskedit box or anyother controls

eg: when i type 9999999 it should mask 999-9999

pls explain with sample

thank you

Why don't you want to use a masked edit box? That's what it was
designed for!
 
Back
Top