Active-X in C#

Z

Zeke

I'm new to C# and want to use an ActiveX control which I have created in VB.
How do I declare it and call it in a C# windows app?
 
G

Guest

Try setting a COM reference to the dll or ocx on the filesystem. If you get a
interop assembly in your References node, then you are OK.
Otherwise, would be problematic.
Peter
 

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