umilmi81
First of all thanks for help. i am sorry that i have not practiced it yet, but i guess it'll work. but i have a few question to ask ...


  1. first of all, can you tell me how will i load the dll in my main form ...?
  2. let me write the scenario, and tell me the method you have posted will work for it.
    Scenario

    I have a form, which takes the personal information. so i make the .dll file of this form name personal.dll, by the method you told.

    Now i am making a project, name Purchase ... i have an MDI form here, in which there is a menu, name enter personal info ... on it's click event ... i load the personal.dll which is placed in the same directory where the MDI form is placed ... will this work to get the information ..?
  3. how can i send some information to the loaded .dll ... i.e. i want to set the value for some fields which are in the personal.dll ... how can i?