0
Hello Mike,
Thank you for your answer....
Do you have a small example or a step by step procedure to do so ?
That could be helpfull for me to understand exactly what you mean.
Thank you again,
Michel S.
0
.NET allows you to make your assembly accessible to COM through a CCW (COM callable Wrapper)
You can add com functionality to your VB.NET control by placing attributes above your methods such as dispid or progid. You also need to register your dll assembly after coding using regasm.
-Mike G.