i display a picture in picturebox (with picturebox.picture=loadpicture(picturename)

now, i want to send picture that i have displayed to another computer via winsock

how can i do ?
note (i don't want to send picture file, but only picture that i have displayed)

thanks