i want to make remote desktop viewer program (client - server program) that run on 2 computer, in remote computer the program capture the screen (desktop) and send that captured screen via winsock to other computer.
but i don't know how to send captured screen via winsock without save it to image file first (i don't want to send image file, but directly send captured screen)

somebody please help me ?