Hi All,
I'm trying to create CCW(COM callable wrapper) for the user control which was created using VB.NET.I created .tlb file using tlbexp.exe tool.Unfortunately when i add this tlb file in VB6 tool box,i'm getting an error "component name was not an registerable activeX component".could any one suggest me where i missed out. Also i've few queries
1.Is CCW possible for usercontrol?if yes how we can add .tlb(Generated using tlbexe and CCW) files in VB6 Toolbox?
2.I purchased third party control and i was using in my .net2005 application and i dont have sourcecode for that control.Can i use this control's events,methods and properties in VB6 by CCW?.
