Search results for query: *

  • Users: twiseman
  • Content: Threads
  • Order by date
  1. T

    Need help with understanding some code

    I recently found a code snippet, and I was wondering if someone could help me understand what it does a little better? Public Sub num2txt3(ByVal no As Integer) i = 0 num2txt1(Val(Mid(Trim(Str(no)), 1, 1))) notxt2 = notxt + " Hundred" no1 =...
  2. T

    text box format masking

    I am wanting to have a format mask on a win form (___)___-____ for a phone number. Could anyone please help me?
Back
Top