woops dont know what happened there!
Anyway, i am writing a program that has a lot of images that need seperate handlers for each.
I have tried making an array of handlers like:
HBITMAP IMAGE[10];
But when i try and use them, the 10 co-ordinates display the same image, instead of a different image for each.
Any idea's