Ask your own question, for FREE!
Computer Science 24 Online
OpenStudy (anonymous):

i'm creating a console application in C#.... can i create a window form application and add this console application's code with the window form acting only as a front end...?? i dunno anything about window forms...

OpenStudy (anonymous):

Windows forms is an extension of console programming. If you go to my website and click on the CS menu and choose C/C++, you will find a C# video there which shows a forms calculator and in the code behind window, you will see that you can use console code there. As far as creating a console application to add to your program, all you need to do is add the additional C# file and insert logic. http://www.tutorsean.net

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!