use a .NET Windows Control in VB6.0 ???

C

cmrchs

Hi,

How do you use a .NET Windows Control in VB6.0 ?

Here's what I did so far :
- I've created a .NET Windows Control in Visual Studio.NET
- in the project properties I set the build setting : 'Register for COM Interop'
- build and registration OK (I've checked in the registry and the Control is there all right)

- I start VB6, right-click on the toolbox and select 'Components' but my .NET-control is nowhere to be seen ???

What am I missing here ?

thanks
Chris

**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...
 
S

S.M. Altaf [MVP]

Have you also tried to manually generate a TLB file using regasm.exe for
your assembly?

-Altaf
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top