Is this possible ?
In this exemple: http://msdn2.microsoft.com/en-us/library/9cdb5eda(VS.80).aspx
they are using MsgBox which is in Microsoft.VisualBasic namespace. However, I can't use it in c#. Because I don't have a windows program, I can't use the MessageBox as well because I don't have access to System.Windows namespaces.
Is it possible to have a messagebox in C# ? If so, how !
thanks.