MessageBox in C#
-
Sir, I am Prakash Halder, facing some problem in message box in C#, as follows, I am writing the code for dispalaying message in MSVS2005 as: using System.Windows.Forms; MessageBox.show("Hello World"); error: namespace Windows is not exist in namespace System. how can I solve this problem. Thanking you Prakash Halder
-
Sir, I am Prakash Halder, facing some problem in message box in C#, as follows, I am writing the code for dispalaying message in MSVS2005 as: using System.Windows.Forms; MessageBox.show("Hello World"); error: namespace Windows is not exist in namespace System. how can I solve this problem. Thanking you Prakash Halder
-
Sir, I am Prakash Halder, facing some problem in message box in C#, as follows, I am writing the code for dispalaying message in MSVS2005 as: using System.Windows.Forms; MessageBox.show("Hello World"); error: namespace Windows is not exist in namespace System. how can I solve this problem. Thanking you Prakash Halder
Probably you are missing the reference...
Thanks Md. Marufuzzaman
Don't forget to click [Vote] / [Good Answer] on the post(s) that helped you. I will not say I have failed 1000 times; I will say that I have discovered 1000 ways that can cause failure – Thomas Edison.