Hello Guys,
I want to create simple ActiveX Control objects in visual basic 2010 using VB.net.
I am working on SCADA design project, in that we are using different activex objects on screens, these objects are created using VB6 with .OCX extension. We just register it and use it in our application.
Now i want to develope my own customised ActiveX objects in Visual basics using VB.net.
How can i do this?

Recently i have also got one .dll object file, when i registered that .dll file i am able to use that object in my application, that dll file is - OWC11.dll , i think this is microsoft's object.

So how can i create such objects - Activex Objects or .DLL objects in visual studio.


Any help i really appreciate.