Need help with forms
-
You create an instance of the form and call ShowDialog(). Then you call Close() to close it. I recommend buying a book to help you learn this sort of entry level stuff.
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 )
-
You create an instance of the form and call ShowDialog(). Then you call Close() to close it. I recommend buying a book to help you learn this sort of entry level stuff.
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 )
-
Inside C# used to be good, but there's no 2.0 version. I'd look for a Microsoft Press book, tho, just choose whatever seems to be aimed at your level.
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 )