- This topic has 9 replies, 2 voices, and was last updated 18 years ago by Admin.
-
AuthorPosts
-
December 2, 2005 at 2:27 pm #189165namsirMember
does anyone know how to do this? i used to do it long time ago, now i totally forgot how….cause i used to program something for aol users ;] those lame scroller and color fader stuff like that.
December 2, 2005 at 7:15 pm #189174AdminAdministratorAh umm I think this what you mean
firs I made a sub like thisSub Asc()
Text1.Text = Replace(Text1.Text, "a", "â")
Text1.Text = Replace(Text1.Text, "b", "ß")
Text1.Text = Replace(Text1.Text, "c", "Ç")
Text1.Text = Replace(Text1.Text, "d", "ÃÂÂ")
Text1.Text = Replace(Text1.Text, "e", "ë")
Text1.Text = Replace(Text1.Text, "f", "F")
Text1.Text = Replace(Text1.Text, "g", "G")
Text1.Text = Replace(Text1.Text, "h", "H")
Text1.Text = Replace(Text1.Text, "i", "ÃÂÂ")
Text1.Text = Replace(Text1.Text, "j", "J")
Text1.Text = Replace(Text1.Text, "k", "K")
Text1.Text = Replace(Text1.Text, "l", "£")
Text1.Text = Replace(Text1.Text, "m", "M")
Text1.Text = Replace(Text1.Text, "n", "Ñ")
Text1.Text = Replace(Text1.Text, "o", "0")
Text1.Text = Replace(Text1.Text, "p", "þ")
Text1.Text = Replace(Text1.Text, "q", "Q")
Text1.Text = Replace(Text1.Text, "r", "R")
Text1.Text = Replace(Text1.Text, "s", "§")
Text1.Text = Replace(Text1.Text, "t", "T")
Text1.Text = Replace(Text1.Text, "u", "ú")
Text1.Text = Replace(Text1.Text, "v", "V")
Text1.Text = Replace(Text1.Text, "w", "W")
Text1.Text = Replace(Text1.Text, "x", "Ãâ€â€")
Text1.Text = Replace(Text1.Text, "y", "ÃÂÂ")
Text1.Text = Replace(Text1.Text, "z", "Z")
End SubThen I call it with this command
Call Asc
🙂
December 3, 2005 at 3:55 am #189173namsirMembernah, i mean i have 1 textbox to enter the text that i want, and another textbox gonna display the text like:
if i have “N” in the first textbox
the second textbox gonna look like this:::: :::
::: :: :::
::: :: :::
::: :: :::
::: :: :::
::: ::::December 3, 2005 at 4:12 pm #189172AdminAdministratorOh, 🙂 that look cool is like a triggerbot rdbot made, but he never releases his codes I wonder if someone knows him lol, he got the bestest of paltlk programs, but he never shared ah 🙁
December 4, 2005 at 7:11 am #189171namsirMemberhehehhe, he ever release his programs?
December 4, 2005 at 3:39 pm #189170AdminAdministratorhis programs yes although I think he stop doing it for paltalk havent sein his programs for a long time. and his codes are great super great but I dont he ever gave them away ):
December 4, 2005 at 6:51 pm #189169AdminAdministratorRdbot hangs out in 18+ his name is Ryan-D
December 5, 2005 at 1:57 am #189168AdminAdministratorman, can u ask him to hook us up lol joke just dreaming lol
December 5, 2005 at 4:54 am #189167AdminAdministratori dont like him… ryan is a loser
December 5, 2005 at 4:19 pm #189166AdminAdministratorlol oh damn, too bad his programs where cool he just stop updating them 🙁
-
AuthorPosts
Related
- You must be logged in to reply to this topic.