Can't See te Message in C# application

I am new to C#, I have a basic problem in windows application. I create a form and put a button on the form. On click of the button I wrote

MessageBox.Show("Hello");

When I run it the Message Dialogbox is popping up, but I can't see the Hello Messages in it

Could any one help me Why is this happening

Khan




Answer this question

Can't See te Message in C# application