View Single Post
Old Oct 30th, 2005, 7:04 AM   #3
Meka][Meka
Newbie
 
Join Date: Oct 2005
Posts: 6
Rep Power: 0 Meka][Meka is on a distinguished road
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

  Randomize;
  lblColour.Color := RGB(Random(255),Random(255),Random(255));
__________________
']['€AM€LiT€

Meka-Meka Programming Forums
Meka][Meka is offline   Reply With Quote