can anybody tell me that how can i save my all application's work. mean that how can i save the images,circles,rectangle,lines or etl together..
-
hi..... can anybody tell me that how can i save my all application's work. mean that how can i save the images,circles,rectangle,lines or etl together.. if somebody knows it then plz explain me with some code... i konw that image can be save via one of the Bitmap's method i.e: imageObj.Save(fileName); but i want to save not only images , whole it(e.g: circles,rectangles,lines which a user is drawn on it) not a just an image. plz dont send the source of anyother site because i m new commer . if some body can explain this then do in it plz. thx......... -------------------------------------------------------------------------------- maifs
-
hi..... can anybody tell me that how can i save my all application's work. mean that how can i save the images,circles,rectangle,lines or etl together.. if somebody knows it then plz explain me with some code... i konw that image can be save via one of the Bitmap's method i.e: imageObj.Save(fileName); but i want to save not only images , whole it(e.g: circles,rectangles,lines which a user is drawn on it) not a just an image. plz dont send the source of anyother site because i m new commer . if some body can explain this then do in it plz. thx......... -------------------------------------------------------------------------------- maifs
You don't want links, but you should maybe do some research into Serialization[^]. Mark
Mark Salsbery Microsoft MVP - Visual C++ :java: