Click to See Complete Forum and Search --> : Use a .Net custom control in VB6


JohnDigweed
June 12th, 2002, 04:20 AM
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?

DaKinMan
July 23rd, 2005, 01:04 AM
--

DSJ
July 25th, 2005, 08:09 AM
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.