Hi everyone,
I been enjoying coding up this second year project we were handed in class... We were handed a story line where we are to build a Rental Management System for BayWest Mall in PE. The coding is really fun, I have probably written just over 2500 lines of code on my own
We are using C# and Microsoft SQL Server 2014.
I would love to know how one would go and make the controls in one of their windows resize according to the form's size (resolution). I have tried using the Anchor property, which centers everything should the open form be maximized. I have also considered disabling the maximize button and setting the maximum size for a specific window. How would you make your controls resize to the window? Is there a specific layout that I should be using?? I created the Forms using Visual Studio's Form Designer.
Here is a picture of one of the screens (when maximized):

Thanks guys
I been enjoying coding up this second year project we were handed in class... We were handed a story line where we are to build a Rental Management System for BayWest Mall in PE. The coding is really fun, I have probably written just over 2500 lines of code on my own
I would love to know how one would go and make the controls in one of their windows resize according to the form's size (resolution). I have tried using the Anchor property, which centers everything should the open form be maximized. I have also considered disabling the maximize button and setting the maximum size for a specific window. How would you make your controls resize to the window? Is there a specific layout that I should be using?? I created the Forms using Visual Studio's Form Designer.
Here is a picture of one of the screens (when maximized):

Thanks guys

