28,661 questions
now i have this and i still do not see the pic in my window although b=True
hbmp:=CreateBitmapIndirect(wbmp);
CDC:=CreateCompatibleDC(windc);
GH:=SelectObject(CDC,hbmp);
b:=bitblt(windc,0,0,620,489,CDC,0,0,SRCCopy);
SelectObject(CDC,GH);
DeleteObject(CDC);