I need to design a visual design tools for a private GUI library.
-
Because it is difficult and wastes time for modifying the controls position in xml file directly. Is anyone know how to design a good one as visual studio that cat drag and drop controls?
yu-jian wrote:
Is anyone know how to design a good one as visual studio that cat drag and drop controls?
Yes, I'm sure someone out there has the ability.
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles
-
Because it is difficult and wastes time for modifying the controls position in xml file directly. Is anyone know how to design a good one as visual studio that cat drag and drop controls?
I just happened to google that a few days ago: http://support.microsoft.com/en-us/kb/813808[^] http://stackoverflow.com/questions/5486009/custom-form-designer-by-using-visual-c-sharp-net[^] Form Designer[^] I have no experience with that but judging from what I've seen and read so far, it's far from trivial.