Dmitry Timoshkov wrote :
/* Make the window visible on the screen */
    ShowWindow (hwnd, nFunsterStil);
      

Insert UpdateWindow(hwnd); here.

  
PrintBmp(hwnd, "BOARD.bmp");
Thanks, it works. Now I can work !

Rémi