- This topic has 6 replies, 2 voices, and was last updated 18 years ago by Admin.
-
AuthorPosts
-
January 28, 2006 at 2:12 am #189053AdminAdministrator
Umm, I am think about making a cool progie addon for paltalk with them flowers and stuff, the only thing i cant figure out is how this color fading work in paltalk now, any tips 🙂
January 28, 2006 at 2:35 am #189059AdminAdministratorthis just code i found 🙂 i think it got the info i m lookign for 🙂
January 28, 2006 at 3:17 am #189058AdminAdministratorlol and someone on vb forums hook me up withthis code 🙂 it fades the color lol only one but its a start put everything together a wallaa 🙂 aigh its friday let go get drunk lol
Private Sub Command1_Click()
Dim R%, G%, B%, i%
R = 255
G = 200
B = 255
With RichTextBox1
For i = 0 To Len(.Text)
.SelStart = i
.SelLength = 1
.SelColor = RGB(R, G, B)
'you'll have to play with these numbers
'R = R - 1
'G = G - 1
B = B - 1
Next i
End With
End SubJanuary 28, 2006 at 3:38 pm #189057AdminAdministratorArgggggggg piece of crap dont work, lol it fades grade without the color mod that i was using before, but i still get the darn character error on paltalk 🙁 ah nyways check this eay way to fade some colors although dont work on paltalk 🙂
February 5, 2006 at 1:12 am #189056rattled_CageMember😀 loco
seen some of your posts on vb today take a look at this might help you
if i didnt keep forgetting my password to here i would of posted it earlierit adds it with rainbow colours to another rich text at the bottom
the html fader is pretty neat tooFebruary 5, 2006 at 1:18 am #189055rattled_CageMemberdoes it work in forums ?
i guess so
sureley you could add the bottom rtf box to another with the colours
February 5, 2006 at 7:27 am #189054AdminAdministratorThanks, mn i gonna see if it works cause i try one similar before and it didnt work right, and i am working in a program call funtext i getting close to make it close to the other pay programs lol 🙂
-
AuthorPosts
Related
- You must be logged in to reply to this topic.