User Profile

Collapse

Profile Sidebar

Collapse
prasadsv
prasadsv
Last Activity: Apr 28 '07, 03:00 PM
Joined: Mar 11 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • prasadsv
    started a topic text coding help

    text coding help

    I used this type script for conversion of text to other language text and little modified
    but this this used originally for numeric to word
    how to modify for text conversion
    Private Sub txtamount_Chang e()
    Dim s, c, l, th, h, t, d As String
    c = ""
    l = ""
    th = ""
    h = ""
    t = ""
    d = ""
    s = Str(Int(Val(txt amount.Text)))...
    See more | Go to post

  • prasadsv
    replied to text encoding
    ASCII chr$()...
    See more | Go to post

    Leave a comment:


  • prasadsv
    started a topic text encoding

    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
    See more | Go to post
No activity results to display
Show More
Working...