Ca y est ça marche ! Enfi à moitié, il m´affiche l´image, mais sans créer la fenêtre Windows de mon . exe, il affiche l´image dans le coin supérieur gauche de mon compilo oO
hBmp = LoadBitmap(hThisInstance, " MyResource1");
hdcMem = CreateCompatibleDC(NULL);
SelectObject(hdcMem, hBmp);
BitBlt(GetDC(hwnd), 0, 0,
32, 32, hdcMem,
1, 1, SRCCOPY);
DeleteDC(hdcMem);