need some advice in creating a re-usable platform

M

Milsnips

hi there,

Can anyone give me some pointers in how i would go about this:

1. I create a starter EXE application which loads on starter.
2. A folder called say "modules" contains a separate DLL file for each
module (inventory, fieldsales, support, tracking, etc)
3. When the starter EXE loads, it checks the modules folder for DLLs and
dynamically adds their icon resource to the starter EXE main menu screen
(probably a listview).
4. When the user selects the module from the main menu, it should start the
app forms, which is within the DLL module.

thanks for any advice and help.
regards,
Paul
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top