A simple form sizing problem
-
Hello How do i modify my C# form in such a way that every time I run it, it will automatically maximize and fit the screen? thanks in advance :-D
In the designer, the form has a WindowState property. Set it to Maximised.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
In the designer, the form has a WindowState property. Set it to Maximised.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )