Search results for query: *

  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

    Newbie Question (If Statements)

    you may consider You may consider using a select case statement to check against the multiple cards.
  3. 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