Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

winform application master form

I was working on an application using asp.net and C# and It made it very easy to develop using the notion of Master Pages. now I am trying to develop a windows form application and I really need to have a master page here also. is there anything such as a master form ?

thank you

like image 213
you mhmd Avatar asked Jun 26 '26 23:06

you mhmd


1 Answers

to simulate master-pages in winform you could cretae a base form, create either a class that inherits from System.windows.Forms or simply add a new form to your project, add the common controls and then create any other form adding an "Inherited Form" select the base form created and that should work

http://www.akadia.com/services/dotnet_inherited_forms.html

like image 98
Marcelo Acosta Avatar answered Jun 28 '26 11:06

Marcelo Acosta



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!