المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Loading a form....



C# Programming
10-19-2009, 08:19 PM
I got a problem here. any help will be appreciated.

Currently, I am developing a windows application and I want to display another form when a user clicks on a certain button. so that when the new form is displayed the following conditions must be full filled...

1. the to be displayed form should have only one instance, meaning if the form is already displayed there is no need to display it again.
2. The to be displayed form should be a child form to the MDI form.


Kind Regards.