Quantcast
Channel: Windows Forms General forum
Viewing all articles
Browse latest Browse all 12583

MDI Application ...........

$
0
0
Form activeForm = this.ActiveMdiChild as Form;
string title = activeForm.Text;
MessageBox.Show(title);

when i'm use this code the following is displayed "Object reference not set to an instance of an object." that point out the first line............please any one can help me.......

Viewing all articles
Browse latest Browse all 12583

Trending Articles