NewBie Question.

  • Thread starter Thread starter archana
  • Start date Start date
A

archana

Hi all,

I want to develop application in which at runtime i want incorporate
tool bar of some different application into my application's tool bar.

Say suppose i have application one tool bar. Later on i developed one
new application with some new functionality. I want to add that
functionality into my existing application without again modifying
code. How will i make my application flexible to adotp new changes.

Like internet explorer application, when i install goolbar that will
automatically get incorporated into tool bar of internet explorer.


Please correct me if i am wrong.

thanks in advance.
 
Hi,

| Hi all,
|
| I want to develop application in which at runtime i want incorporate
| tool bar of some different application into my application's tool bar.
|
| Say suppose i have application one tool bar. Later on i developed one
| new application with some new functionality. I want to add that
| functionality into my existing application without again modifying
| code. How will i make my application flexible to adotp new changes.

Take a look at http://www.codeproject.com/csharp/C__Plugin_Architecture.asp

In any case it's not a Newbie friendly task, good luck with it
 

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