Hello there... we are developing a WinForm app using C# in VS2005 and have hard-coded the width of each form to be 1024. Fixing the width forces users to a minimum resolution and leaves empty space on the screen if the user has a resoltion higher than 10x8. Has anyone worked with WinForms to make them dynamically size the width based on the user's resolution?
Thanks!
Thanks!