I have one scenario
i have one user control developed in dotnet3.5
the point is i need to use this usercontrol in VB application
How can i do this???
is there any one demonstrates this with an example
if any one explains using MS Flex Grid Control in DOTNET3.5 it will be very nice
thanks
s balaPosted Jan 31, 2011, 11:48 PM
s balaPosted Jan 31, 2011, 11:48 PM
Mahesh ChandPosted Jan 31, 2011, 9:32 AM
You can use a .NET component by wrapping it as a COM component. You can use DllExport to convert your .NET component to a COM component and COM can be used on VB 6.
Search this website for concerting COM to .NET and vice versa.
Good luck!