1
Answer

Output text to windows Form

Ask a question
Brian

Brian

17y
1.9k
1

Hello,

I just came over from mainly programing consol applications to giving windows forms and .NET a try. One major question I had was writing output to the screen. The classic example that is always done is the "Hello World" application. With a console app. a simple cout<<"Hello World"<<endl will output that to a console. I was wondering how would I code this using windows Forms and C#.  I know about the console.write method in C# but that goes back to console applications and I want to get it to work with windows Forms.

Thank you for your time and help.

Brian


Answers (1)