Masked textbox

  • Thread starter Thread starter mf_sina
  • Start date Start date
M

mf_sina

Hi!
is there a masked textbox in VB.Net like what is seen in MS access (MDB)
databases.
if such control exists in VB.net i didnot see it in .net windows forms
controls plz tell me where is it?

Best wishes....
 
Windows Forms v.2.0 introduces the MaskedTextBox control, which is exactly
what you're looking for. If you're developing with earlier versions of the
framework, you'll have to rely on third-party controls for now.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top