Nope, hbrBackground only accepts HBRUSH, not an image. If you want to do this, you will have to draw it yourself. Try looking up the WM_PAINT and WM_ERASEBKGND messages, and manually paint the image on your parent window in your message handler. By posting some code, I could help more.