Hi all,
I think I read somewhere that forms are created as Private
so this might not be possible, but here goes anyway:
Is it possible to create a form using one DLL/EXE and then
have another DLL put a button on that form..??? When the
button was clicked the second DLL would handle the event..
I am looking at developing a suite of modules which would
all use a common interface (form), but were able to be
dynamically loaded and unloaded...
TIA
Torben
------------------
I think I read somewhere that forms are created as Private
so this might not be possible, but here goes anyway:
Is it possible to create a form using one DLL/EXE and then
have another DLL put a button on that form..??? When the
button was clicked the second DLL would handle the event..
I am looking at developing a suite of modules which would
all use a common interface (form), but were able to be
dynamically loaded and unloaded...
TIA
Torben
------------------
Comment