COM Aggregation in VB.NET

  • Thread starter Thread starter Mike Hamsa
  • Start date Start date
M

Mike Hamsa

Is it possible to implement true COM aggregation using
COM Interop in VB.NET - I'm working with a product that
allows for customizations through COM aggregation and was
wondering if this was possible using VB.NET. More
specifically, the product has core COM components that
can be aggregated into custom COM components in which the
interface of the core COM components must be exposed
through the custom COM components and can basically be
QI'd over to when necessary.

Any assistance would be greatly appreciated.
mike...
 
* "Mike Hamsa said:
Is it possible to implement true COM aggregation using
COM Interop in VB.NET - I'm working with a product that
allows for customizations through COM aggregation and was
wondering if this was possible using VB.NET. More
specifically, the product has core COM components that
can be aggregated into custom COM components in which the
interface of the core COM components must be exposed
through the custom COM components and can basically be
QI'd over to when necessary.

Give this group a try:

<
 

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