Where can I get a Form Generator?
-
I am using google to try find a form generator that will take a C# or C++/CLI class as its input with no success. Any Recommendations?
Ger
-
I am using google to try find a form generator that will take a C# or C++/CLI class as its input with no success. Any Recommendations?
Ger
-
Are you trying to convert a class to a Windows Form? Why can't you just use the classes and there public methods and properties in a form?
"Your code will never work, Luc's always will.", Richard MacCutchan[^]
Thats exactly what I want to do - but there are 100 elements. How do I make it autogenerate?
Ger
-
Thats exactly what I want to do - but there are 100 elements. How do I make it autogenerate?
Ger
Ger Hayden wrote:
Thats exactly what I want to do - but there are 100 elements. How do I make it autogenerate?
Using CodeSmith or Text-to-Text transformations. As an alternative, have you seen the property-grid? It takes an object, and builds a nice grid which lists all it properties.
I are Troll :suss: