views:

36

answers:

1

Dear All, I am developing a application that of several modules, Each of module developing seprately.I have to develop a integration module the call the forms of different modules.so i have to decided that to develop dynamic menu from database where module and form name is stroed.How to acchieve this.plz help

A: 

CAB and SCSF does exactly this. There you have a shell that is your starting form and there you will load modules according to what the user is asking for. Modules can be loaded from the file system or some other storage.

It uses an eventing system to signal which module should load where, that way you can have multiple development teams where each is working on it's own module, they only need to decide the API.

armannvg
Dear armannvg,Thanks for quick reply, can u provide some sample application in c# that implement this.
Vivek
I did this some time ago at a client company, I don't have the code. But here are a few resources that might be helpful http://www.orbifold.net/default/?p=706 http://www.agileprogrammer.com/dotnetguy/articles/NewModuleLoaderForCAB.aspx
armannvg