> The reason I'm using TBitmap is because i have already set all my > player's picture in a TImageList. And i can easily get the player > picture base on their number. For example: > ImageList1.Get(0, FPlayer1Pic). TImage can't do this. So is there > any way for me to do so ?
ImageList1.GetBitmap(0, Image1.Picture.Bitmap); Regards Cao ----------------------------------------------------- Home page: http://groups.yahoo.com/group/delphi-en/ To unsubscribe: [EMAIL PROTECTED] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/delphi-en/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

