Is it possible to use an ActiveX Component that was written
in C# in a program that is being implemented in VB6?
Of course the computer will have .NET framework installed.
Also is it possible to use a dll written in C# in a VB6 program ?
Thanks !
Printable View
Is it possible to use an ActiveX Component that was written
in C# in a program that is being implemented in VB6?
Of course the computer will have .NET framework installed.
Also is it possible to use a dll written in C# in a VB6 program ?
Thanks !
It should work as long as the target Framework is present .
You can't write ActiveX components in C#, not in any .NET language. You can make a .NET assembly COM compatible to work in VB6 but that is the closest thing.
this assembly will it be able to work in VB6 as a component ?
Moreover another dumb question.
How do i place non .NET Activex components on a form in C#.
I add a reference for example to "Microsoft Internet Controls"
but i can nowhere find the webbrowser control so that i can put it on the form.
thanks !