c# - How to add and show win form of different module at run time menu -


I am developing an application that has several modules, to develop each module. I have to call an integration module, forms of different modules. So I have to decide whether to develop a dynamic menu from the database where the name of the module and form is stroyed. How to get it .plz help

Actually it does that where you have a shell Your initial form and the user will load the module according to which the user asks. The module can be loaded from the file system or some other storage.

It uses an eventing system, to indicate which module should load, in this way you can create multiple development teams, where each is working on its module, They only need to decide the API.

/ div>

Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -