i want to fnd out how to create a picture from an image inserted into a rich text box, including size and position
i have seen code to create a image in a rtb from a bmp, so i want to go the otherway, preferably to a jpg or gif, but bmp would be ok
Printable View
i want to fnd out how to create a picture from an image inserted into a rich text box, including size and position
i have seen code to create a image in a rtb from a bmp, so i want to go the otherway, preferably to a jpg or gif, but bmp would be ok
You mean you have a RTB with an image + text (or whatever) in the RTB's client area and that's what you want to capture to picture? just the visible area of the control?
no, i just want to be able to capture the image(s) separately
i can copy and paste the image into another application, then save it, but i want to do in code
how to select the images in code?