> VB 6.0 ActiveX Documnet upgrade to VS.Net ?
>
[quoted text clipped - 7 lines]
>
> thanks
If you need to, you can use a COM object in the .Net solution.
http://www.codeproject.com/dotnet/activexnet.asp
http://migrationguide.artinsoft.com/Migration-Guide-Faq-Chapter-10.aspx
http://www.codeproject.com/cs/miscctrl/exposingdotnetcontrols.asp
User Controls in .NET are used to replace ActiveX, which are more safe than
Activex.