Salut xXTomTomXx,
HWND LabelhWnd = CreateWindowEx(0, "STATIC", NULL, WS_VISIBLE | WS_CHILD | SS_BITMAP, 0, 0, 0, 0, hWnd, NULL, NULL, NULL);
SendMessage(LabelhWnd, STM_SETIMAGE , IMAGE_BITMAP, (long)hBitmap);
Où LabelhWnd est le HWND de ton static, hBitmap le HBITMAP contenant ton image et hWnd le HWND de la fenêtre contenant le static.
YOYO, @+.
YOYO 