Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help Formatting Credit Number in Textbox Control
#12
Do a little something like this:
[code2=vbnet]Private Sub TextBoxCard_LostFocus(sender As Object, e As System.EventArgs) Handles TextBoxCard.LostFocus
Try
TextBoxCard.Text = CF.GetFormattedString(ComboBoxCardType.Text, TextBoxCard.Text)
Catch ex As Exception
'If the code has reached here, an error has occured. We'll just ignore it.
End Try
End Sub[/code2]
My Blog | My Setup | My Videos | Have a wonderful day.


Messages In This Thread
Re: Help Formatting Credit Number in Textbox Control - by brandonio21_phpbb3_import2 - 08-30-2012, 08:19 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Custom tab control help and making controls Derek275 4 20,054 11-16-2012, 09:51 AM
Last Post: Snake_eyes
  Winsock Control Covert2String 7 23,752 11-27-2011, 08:57 PM
Last Post: brandonio21
  Custom Tab Control xolara 5 19,272 04-24-2011, 07:12 PM
Last Post: xolara

Forum Jump:


Users browsing this thread: 1 Guest(s)