+ 1
Please help me to fix this error
x Errors (3) 4 Warnings (0) (2, 22): The type or namespace name"Forms" does not exist in the namespace"System. Windows" (assembly referencemay be missing).(6, 65): The name "MeessageBoxButtons" doesnot exist in the current context.(6, 88): The name "MessageBoxlcon" does not exist inthe current context.
5 Réponses
+ 1
Might be better if you post your code instead of a copy of the errors.
0
using System;
using System.Windows.Forms;
class Example4_6 {
public static void Main(string[] args) {
MessageBox.Show("I Lowe C#!", "This is the Title Bar", MeessageBoxButtons.OK, MessageBoxIcon.Information);
}
}
0
Windows library, not supported here in sololearn..
0
In the Sololearn Playground or on your computer?
0
I've already figured it out. It is in Sololearn