Dear sir,
Exactly as Mr melvik told u
I just have a little note for u
ShowDialog method is used to show form as dialog. this means user won't reach the caller form till u close the collee form. That is good in Error/notification messages. But if u want user to deal the two forms at the same time, simply call method Show()
childform.Show();
Eng Ahmed Abu El Ella
[email protected]
Software Developer