I think you need to insert this flag when calling the CreateWindowEx to create your static:
Code:
SS_BITMAP
That should allow you to enter a bitmap
hope it works