help!!!!!!!!!
-
Im very new in c#, how do i create an application form with labels and text boxes, listbox, submit and clear in either windows forms or console csanda
You are definately new. A console app doesn't have labels or text boxes. In fact, doing this is trival, and doesn't even require code. However, before doing this, you should work through a book that teaches C#, and learn the language, on the console. Either way, your question can't be answered in a forum post, you need to buy some sort of C# book and work through it.
Christian Graus - Microsoft MVP - C++ "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 are definately new. A console app doesn't have labels or text boxes. In fact, doing this is trival, and doesn't even require code. However, before doing this, you should work through a book that teaches C#, and learn the language, on the console. Either way, your question can't be answered in a forum post, you need to buy some sort of C# book and work through it.
Christian Graus - Microsoft MVP - C++ "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 can easily find a lot of C# tutorial online. Here you can have two links im providing, go through any of them or use both for reference. http://www.softsteel.co.uk/tutorials/cSharp/contents.html[^] http://www.csharp-station.com/Tutorial.aspx[^]