If i want to save the image of a form (not including title bar or borders) that has no objects on it, how would i go about doing that? what format should i use?
the purpose is to save the image that has been drawn on the form, and be able to re-load it onto the form upon request within the same program session (it has not been closed and re-opened) so if there is a way to save it to memory instead of disk, please describe it.
also, is there a way to have a bitmap (or other image format) file open (in memory, not desplayed) and to be editing it, point by point. like, can i say the pixel x=3, y=3 is blue and have no effect on the rest of the image, but still have it in format for saving/loading?
please help.
thanks.
the purpose is to save the image that has been drawn on the form, and be able to re-load it onto the form upon request within the same program session (it has not been closed and re-opened) so if there is a way to save it to memory instead of disk, please describe it.
also, is there a way to have a bitmap (or other image format) file open (in memory, not desplayed) and to be editing it, point by point. like, can i say the pixel x=3, y=3 is blue and have no effect on the rest of the image, but still have it in format for saving/loading?
please help.
thanks.
Comment