Hi All,

I am new to .NET.

I am facing a problem.

I have one MDI form and in that i am calling other forms.
I am able to call 2 forms but only one form i am not able to call from the MDI.

dim frmA as new frmEntry
frmA.Show()

this is what i written.

please anybody can help me in this