Skip to content

Repository files navigation

DynamicForm Windows Build StatusCoverage Status

Dynamic forms for your c# or visual basic .net application

Usage

In this example we create a simple dynamic form based off of the properties of the class 'Find'

// using CodeOverload.WindowspublicExample(){DynamicFormdf=newDynamicForm("Find",newFind());result=df.ShowDialog();if(result==DialogResult.OK){Finddata=(Find)df.DataItem;// The data object is automatically bound to the form}}publicclassFind{publicintTaskNumber{get;set;}}

Image of Dynamic Form

Credits

https://codeoverload.wordpress.com/2010/12/24/dynamic-forms-in-c/

License

This source is covered by the GNU General Public License v2 and later

About

Dynamic forms for your c# or visual basic .net application

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages