Hi, you can mix the solutions. first load the original icon as bitmap and rotate it 720 times, store the bitmaps as 720 icons ( use CreateIcon() ), than use the stored icons. You need to do the computation only once at program start and avoid the administration overhead of having 720 icons in the resource file. :) Regards, Georg
Regards, Georg