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

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 Sub




Return to Visual Basic Programming
Users browsing this forum: No registered users and 0 guests