User Control in C# for vb6

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
My application requires the user control to be made in C# which we have to
use in VB6. Now I have to add some custom properties in that user control. I
added the properties in the user-control, and these properties are visible in
the "Properties" pane of that user control in VS.net but these properties are
not visible in VB6 - "properties" pane of the user control.

can anyone help me in this.


Thanks
 
VB6 has no concept of the .NET CLR so you will need to expose your properties
via COM. There's plenty of sample code around.
Peter
 
Back
Top