Just like any other method of other classes.
Build your C# project as a DLL, add a reference to the DLL under References in your
VB Project, and then create a new object:
Dim myObject As New MyCSharpClass()
myObject.MyMethod()
Cheers,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.