how to using *.ocx written in vb6 for c#.net
C#
3
Posts
3
Posters
0
Views
1
Watching
-
Isn't an ocx a COM control ? If so, you can reference it using COM. Christian Graus - Microsoft MVP - C++
-
Right click on the "Toolbox | Windows Forms" and select Add/Remove Items. Select the COM Components tab at the top. If the activeX is registered on the system it will be in the list. Select it and you will find it in the Toolbox list.