![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
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 |
#3
| |||
| |||
|
|
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. -- Christopher A. Reed "The oxen are slow, but the earth is patient." "SenthilVel" <senthilvel.marimuthu (AT) misyshealthcare (DOT) com> wrote in message news:e$CBftIgGHA.3468 (AT) TK2MSFTNGP03 (DOT) phx.gbl... 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 |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |