Hi.
Is it possible to create ActiveX in .net?
The steps I took:
1.Create project of type "class library"
2.Compile it with "Register with COM interop"
3. Use Regasm to register it
Then I tried to put this "contol" on a
VB form / Access form, but It is impossible.
My question:
1. Is there something I can do in
VB to host such a dll?
2. Is there an option in .NET to create .OCX ?
Thanks a lot
Roy