Text Box Dataformat

  • Thread starter Thread starter Vayse
  • Start date Start date
V

Vayse

In VB6, to display decimal places, I would have selected dataformat from the
properties, and used the builder there.
Is there an equivalent in VB.net?
Thanks
Vayse
 
Hi

There is no such one in .NET, you have to customize to implement your
request.
Here are some links for your reference.
<URL:http://www.codeproject.com/cs/miscctrl/maskedcsedit.asp>
<URL:http://www.codeproject.com/vb/net/maskedbox_control.asp>
<URL:http://www.codeproject.com/vb/net/validtext3.asp>
<URL:http://www.codeproject.com/vb/net/cpflexmaskeditbox.asp>



Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 

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