I have a VB form which has the following property :
Code:
Public Property Get MySplit() As Object
Set MySplit = ToolMeGet
End Property
- Created a ActiveX EXE of this program
- Used tlbimp to create an interop
- Add reference to this Interop in my C# project
This returns to me a metadata in my C# program as
Code:
namespace MyWindow