Hi everyone, this morning i posted a query on the beginners page, about bpl's and dll's.
I got a demo version working in bpl and dll form.
My bpl is an Application, and from the main application, i call ShowModal to create and make the new Application in bpl form visible to the user.
My question now is, i need to call diffrent applications via the main form, and all of the apps must be visible. Is that doable ?
to sum this thread up, i have an application, which calls diffrent BPL's, is there another way to show the BPL's after the create, other than ShowModal ?