Automatic form generation software

Posted by Jonathan on Stack Overflow See other posts from Stack Overflow or by Jonathan
Published on 2010-05-02T21:25:28Z Indexed on 2010/05/02 21:38 UTC
Read the original article Hit count: 168

Hi!

I'm using winforms. I spend a lot of time drawing forms (maybe not a lot, but it is a boring task).

To sum up... I want to develop a simple aplication that connect to a sql server database, let the user to select a table, and put the controls in a form for me (generate the designer code), based on the tipe of each column. Then my app will name each control like the column of the table, set the maxlengh property (if the type is varchar), and create a label with the same text near the control. If the column is a FK, then the app will draw a combobox and so on. I saw that Telerik Open ORM make something like this, but I only need a simple app for the IU Generation.

If the same day I finish my little application I discover a tool that make the same... I will feel myself stupid :D

Are there any tool out there that do this work for me?

Thanks

© Stack Overflow or respective owner

Related posts about winforms

Related posts about sql-server