Save in xml
-
this is to rephrase my last question this project must be done on c++ or vc++, it must be something like argoUML, obviosly not as advanced. i want a user to create a design from a set of icons on a pallet, and then save the design and retrieve it and edit it.... any ideas and starting points... (thanx John m. for the reply) smile...its your destiny
-
this is to rephrase my last question this project must be done on c++ or vc++, it must be something like argoUML, obviosly not as advanced. i want a user to create a design from a set of icons on a pallet, and then save the design and retrieve it and edit it.... any ideas and starting points... (thanx John m. for the reply) smile...its your destiny
lxxrya001 wrote: c++ or vc++ Niether of these have builtin drawing functions or the concept of a canvas. In windows their are many choices on what graphics library to use. Win32 API, MFC, WTL and third party toolkits such as VCF or wxWindows. John