call a user control .net from COM

malbuja

New member
Joined
Jun 16, 2005
Messages
2
Programming Experience
3-5
Can I create a user control in visual basic .net and then call it from visual basic 6.0. ?
 
I've never done it but It should be possible. If you go to Properties for your project, check Register for COM Interop in the Build section of the Configuration Properties folder. I'm sure you'd still need the .NET Framework installed on the target machine, though.
 
Back
Top