I have developed a DLL to do some basic routines like searches and catalog maintenance, however I can only use it on a non MDI environment.
Inside the DLL I have some forms with the MDI child property set to TRUE, but when I call them from a MDI Project they can't be loaded because they are not linked to the MDI form.
How can I tell to the MDI Child Forms inside the DLL who is their MDI Parent Form??
Inside the DLL I have some forms with the MDI child property set to TRUE, but when I call them from a MDI Project they can't be loaded because they are not linked to the MDI form.
How can I tell to the MDI Child Forms inside the DLL who is their MDI Parent Form??