In my previous article (Windows Form Design at Run Time) I have explained about how to design form at runtime. I have extended the  program to next advance version with more functionality.  Limitation in my previous article:
 In my previous article it has limitation like user needs to design and add  code for events like binding grid and etc.  user can load only one form. New features in Dynamic Project  Creatation: This has all my previous article features but with more different  functionality like. - New program has 2 part 1st is Form View part where user can view 
 all there dynamically created forms by selecting from the tree view.  - 2nd Form Design part is to Add New/Edit/Save and Open Form 
 dynamically.  - User no needs to write any code. 
 - Easy form design. 
 - User can enter SQL query to bind the result to selected grid. 
 - User can add parameter and select dynamic textbox control for parameter, 
 which needs to be used in SQL Where condition.  - Save and Open Form. 
 - User can add/edit SQL Query and parameter for selected form. 
  
 |  |