How to use a C# control in vb 6 ?

S

SenthilVel

Hi all

i have created a new c# custom control .

if i want to use this control to my VB projects , what are the steps i must
do ?

can anyone let me know what are the things i must do step by step ?

Thanks
Senthil
 
C

Christopher Reed

Assuming that this is a DLL written in C#, you can place a copy of the DLL
in the bin directory of your VB application. You can then your DLL assembly
by its namespace by using the Imports statement along with Imports System,
etc. It should now be available and should work like any other .NET control
in VB.NET.
 
S

SenthilVel

what i came to know is

Dotnet Dll's can only be used in VB 6.0 .

Dotnet user controls cannot be used in VB6.0 , any thoughts ?

Thanks
Senthil
 

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

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,682
Members
48,796
Latest member
Greg L.

Latest Threads

Top