text encoding

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • prasadsv
    New Member
    • Mar 2007
    • 4

    #1

    text encoding

    I just beginer for learn vb6
    how to write a code for text conversion to another textbox
    suppose i typed hello in textbox1 textbox2 have to show hello in other language
    this language have multibyte charcters
  • knychtell
    New Member
    • Jan 2007
    • 66

    #2
    i know how to do it \, but what kind of language?

    if your saying only to pass the txtbox1's txt to txtbox2 with an equivalent word or characters it may sound easy but, what kind of chars?

    Comment

    • prasadsv
      New Member
      • Mar 2007
      • 4

      #3
      Originally posted by knychtell
      i know how to do it \, but what kind of language?

      if your saying only to pass the txtbox1's txt to txtbox2 with an equivalent word or characters it may sound easy but, what kind of chars?
      ASCII chr$()

      Comment

      Working...