Click to See Complete Forum and Search --> : Migration of VB6 ActiveX Contols to VB.NET


J.R. Turner
01-10-2002, 11:25 AM
Hi,

Is there any reason for concern about the migration of 3rd party VB6
ActiveX Controls when migrating to VB.NET?

Thanks,
J.R. Turner, MS 1007
Sandia National Labs
PO Box 5800
Albuquerque, NM 87185-1007
Email: jrturne@sandia.gov
Phone: (505) 845-9069

Kathleen Dollard
01-10-2002, 02:55 PM
J.R.

Can you clarify your question? Do you mean will specific controls be
available or something else. I would contact the vendors you are concered
about. There will be an active thrid party market.

Kathleen

"J.R. Turner" <jrturne@sandia.gov> wrote in message
news:3c3dc080$1@147.208.176.211...
>
> Hi,
>
> Is there any reason for concern about the migration of 3rd party VB6
> ActiveX Controls when migrating to VB.NET?
>
> Thanks,
> J.R. Turner, MS 1007
> Sandia National Labs
> PO Box 5800
> Albuquerque, NM 87185-1007
> Email: jrturne@sandia.gov
> Phone: (505) 845-9069
>

jonas
01-11-2002, 07:16 AM
well...

ActiveX controls (with interface) can be used in your toolbox by just adding
it on Tools|Customize Toolbox.

I have used the MSAgent once, and no problems with that.

Instead, if you want to use a Type Library or a COM/DLL, you MUST create
a wrapper to it, so you can use a "managed code" version of it.

Joćo Ferreira

www.visualbasicpt.com