How would i do that i just started im not sure what you mean. Im using a timer and when you hit any key it is suposed to enable the timer and start going through the imagelist.
If you already have them in a TImageList, you could use the Tag property to keep track of how fare you are and stop when Tag > ImageList1->Count.
For each picture you can use the Form1->Canvas->Draw(X,Y,Image) function to draw the bitmap.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.