Answer the question
In order to leave comments, you need to log in
Where can be an error?
using System;
using System.Windows.Forms;
namespace App1
{
class App
{
static void Main()
{
Console.WriteLine("Testing");
MessageBox.Show("Hello, developer!");
Console.ReadKey();
}
}
}
Answer the question
In order to leave comments, you need to log in
Maybe because you have a console project, and the System.Windows.Forms library is not in it?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question