Com interop, reflection & other problems...

  • Thread starter Thread starter Francesco Mancini
  • Start date Start date
F

Francesco Mancini

Hi all
I'm working with c# and I need to load (runtime) a COM ActiveX (written in
VB6, I think...); and this is not a problem (with Reflection class)...
the problem is that this ocx has a menu, that I'm not able to retrieve in
any way. Someone have some ideas?
Thanks, bye
Francesco Mancini
 
Francesco,

Is this a visual component (I think it is because you said that it has a
menu). If so, why not add it to your toolbox (right click on the toolbox to
select it), and then add it to your project? You will be able to access it
through COM interop, and it will create the appropriate wrapper assemblies
for you.

Hope this helps.
 

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