Modular Application - urgent

  • Thread starter Thread starter Peter Kubicsek
  • Start date Start date
P

Peter Kubicsek

Hi

I need help. I'm trying to write modular APP which have only basic
interfaces to work with database, and etc. All specific code will be in
modules (dll's), which can be loaded/unloaded from main app. I know how to
write this modules with IDTExtensibility2 interface, but don't know how to
write application interface which can work with addins (modules). Can
someone eplain me way how to do this?

I want something like in Office App, where can load addin, which can extend
Menus, Toolbars, Code and Forms.

Thnx for help and sorry for english.
 
* "Peter Kubicsek said:
I need help. I'm trying to write modular APP which have only basic
interfaces to work with database, and etc. All specific code will be in
modules (dll's), which can be loaded/unloaded from main app. I know how to
write this modules with IDTExtensibility2 interface, but don't know how to
write application interface which can work with addins (modules). Can
someone eplain me way how to do this?

<http://www.codeproject.com/csharp/livecodedotnet.asp>
 

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

Back
Top