Thread
:
random text in delphi
View Single Post
Oct 30th, 2005, 7:04 AM
#
3
Meka][Meka
Newbie
Join Date: Oct 2005
Posts: 6
Rep Power:
0
and if you want to go deeper into colourizing, you can use RGB, you could even define a set number of colours in an array using the RGB method
(
Toggle Plain Text
)
Randomize; lblColour.Color := RGB(Random(255),Random(255),Random(255));
Randomize; lblColour.Color := RGB(Random(255),Random(255),Random(255));
__________________
']['€AM€LiT€
Meka-Meka Programming Forums
Meka][Meka
View Public Profile
Find More Posts by Meka][Meka