Tried
This Demo
but I could only get it to work if SkinManager1 and SkinManager2 were set to the same name!
I thought the new TsImage might have the answer… associate it with SkinManager2 then bitblt the TsImage into the TImage but I couldn't get that to work either… the blt operation from TsImage into the TImage just returned a blank white canvas even though I can 'see' the correct image on the TsImage…
Code:
Example bitblt(image1.Canvas.Handle,0,0,200,220,simage1.Canvas.Handle ,0,0,srccopy);
Really need some help on this one I'm stumped!