Results 1 to 2 of 2

Thread: Proper Case;

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2002
    Location
    Pilipinas
    Posts
    441

    Proper Case;

    Just asking how to control my input into a TextBox control.
    If I want to input in Upper case format, I just change the CharacterCasing property to Upper.
    How about if I want to input a Word that Capitalized only the First letter or Proper case format.
    Kindly help me?

  2. #2
    Addicted Member
    Join Date
    Oct 2002
    Posts
    145
    sNewText = StrConv(sText, VbStrConv.ProperCase)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width