.net - Efficient way of creating lots of winforms (about 50) for a vb.net application -


i working on vb.net application winforms , need create lots of forms (about 50) user interface.

the layout of forms schould same in terms of size (1920x1080), background colours, fonts, size of controls etc.

is there way of creating winforms efficient without creating every form designer?

i define somekind of template other forms based on.

should create forms code without using designer or there better way? ideas or best practices welcome.

you can create form specification size, background colours, fonts etc base form. act template.

now when add new form inherits form class default. instead of form inherit form baseform.

to have uniformity controls, can create user controls , use them instead windows form controls.

enter image description here


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -