0
How to use visual studio 2017?
i tried Console.WriteLine in VS, but this code doesn't exist. what code can i use to show a messagebox ?
9 Réponses
+ 3
first check which type of project you are working on.
in console application use
Console.WriteLine();
in winform.
MessageBox.Show();
+ 4
The output window will close automatically after the program has completed. Maybe this is the issue. Without seeing more code I can not say.
Did you set it up to include C# support?
+ 2
in console application use this
Console.writeline ("hello sololearn");
in winform app use .
MessageBox.show ("hello sololearn");
please show us the error so we can help you ?
+ 1
Is it a "console" application project?
+ 1
Thanks, guys <3
I'll try VS Code, seems easier than VS community hahahahha
I repeated all the steps and the issue continued, one day I'll learn how this works (I believe hahaha)
:*
0
It shows an error, I tried "MessageBox..." too😔
C# was installed, the window of new project shows the option.
0
hiiiiii
0
antonia Rodrigues
0
HAHAHAHA hey :P