I am creating my first dll. This will be called by many programs. It's function is to allow the saving of form controls (into a text file) and then to allow another user on another pc to load up the data into the same pgm.
The dll will display a form showing "Job information". This form is the same whatever the pgm that calls it.
I can display the form from the pgm. It picks up the correct data file and updates the controls on both the "Job info.." and pgm's own forms.
When I try to unload the "Job info.." form, it only goes away if I click on the top right X. Unloading it or calling the Terminate event don't get rid of it and have no apparent effect.
Does anyone have any ideas why it won't go away......?
The dll will display a form showing "Job information". This form is the same whatever the pgm that calls it.
I can display the form from the pgm. It picks up the correct data file and updates the controls on both the "Job info.." and pgm's own forms.
When I try to unload the "Job info.." form, it only goes away if I click on the top right X. Unloading it or calling the Terminate event don't get rid of it and have no apparent effect.
Does anyone have any ideas why it won't go away......?