+ 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.

17th Jun 2021, 9:35 AM
‎أندريه‎
‎أندريه‎ - avatar
5 Réponses
+ 1
Might be better if you post your code instead of a copy of the errors.
17th Jun 2021, 9:58 AM
Rik Wittkopp
Rik Wittkopp - avatar
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); } }
17th Jun 2021, 10:28 AM
‎أندريه‎
‎أندريه‎ - avatar
0
Windows library, not supported here in sololearn..
17th Jun 2021, 10:50 AM
Jayakrishna 🇮🇳
0
In the Sololearn Playground or on your computer?
17th Jun 2021, 2:28 PM
sneeze
sneeze - avatar
0
I've already figured it out. It is in Sololearn
17th Jun 2021, 2:32 PM
‎أندريه‎
‎أندريه‎ - avatar