custom code generation, designers

cyuksel

Newcomer
Joined
Mar 14, 2003
Messages
18
Location
turkey
hi,
we develop an "addin project". we want to generate a new project item like as XSD Schema.
our intention is to provide a view which is similar to xml schema document template. we want to drag-drop user controls from toolbox on to this document view , on the code part like xml-schema we want to write xml-code.
we think that we must write IRootDesigner for view and use XmlSerializer for xml-code. but we could not determine which interfaces and classes we must use.And how to implement them?
Thanks...
 
As I recall having read this very question twice already, yesterday, I figure that you are quite desperately in need of help.

No I can't help you with your problem. I have been programming .NET for a couple of months already, but your problem is way above my head.

If you are doing this (partly) for training purposes, I strongly recommend you start with less complex problems. I figure that *if* one of the designer gurus in here could give an answer to your question (which might not be the case), it would be pages over pages.
 
Back
Top