Using a .Net Windows control from COM (VB6)

J

Jaime Soto

Hi,

I have created a .Net Windows control and I want to be
able to use it from VB6. I have spent a lot of time
trying to me it work but no success. I've been using
attributes (ComRegisterFunction, ComUnregisterFunction),
Regasm, strong key but no results.

Can anybody tell me or prove me an example of how to use
a .Net windows control from COM (VB6).

Thanks!
 
K

Klaus H. Probst

You can't do this, AFAIK. You can use COM controls in .NET, but not the
other way around.
 

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

Top