Use a .Net custom control in VB6
Hello,
I want to create a .Net custom control (windows control) and use this in VB6 client applications. I know a classlibrary can be used as Com control in VB6 with help of 'Com interop' techniques.
Who knows if I can use ".Net custom window Controls" in VB6 and if possible --> How?
Re: Use a .Net custom control in VB6
Re: Use a .Net custom control in VB6
Quote:
Originally Posted by JohnDigweed
Hello,
I want to create a .Net custom control (windows control) and use this in VB6 client applications. I know a classlibrary can be used as Com control in VB6 with help of 'Com interop' techniques.
Who knows if I can use ".Net custom window Controls" in VB6 and if possible --> How?
You've answered your own question... put control in a class library and compile with the "Register For COM-Interop" checked.