.NET vs VB6 for COM Addin

J

jack

I am looking for info on the benefits (or drawbacks) of developing a COM Add-in in VB.NET vs. VB6. I currently have many thousands of lines of VB6 code in an existing Addin that I am (eventually) going to port to VB.NET, but now an starting a new Add-in and want to know if it is worth the hassle maintain two dev environments to develop this one in .NET

Comments....
 
S

Sue Mosher [MVP-Outlook]

I can't think of any reason to port an existing COM add-in to .NET. I'd
stick with VB6 since you already have a substantial investment there.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers



jack said:
I am looking for info on the benefits (or drawbacks) of developing a COM
Add-in in VB.NET vs. VB6. I currently have many thousands of lines of VB6
code in an existing Addin that I am (eventually) going to port to VB.NET,
but now an starting a new Add-in and want to know if it is worth the hassle
maintain two dev environments to develop this one in .NET.
 
M

Michael Tissington

Not strictly a COM Add-in but in VB6 you can create ActiveX controls which
can you use on an Outlook form.

The controls you create in .NET can NOT be hosted on an Outlook form.

--
Michael Tissington
http://www.oaklodge.com
http://www.tabtag.com


jack said:
I am looking for info on the benefits (or drawbacks) of developing a COM
Add-in in VB.NET vs. VB6. I currently have many thousands of lines of VB6
code in an existing Addin that I am (eventually) going to port to VB.NET,
but now an starting a new Add-in and want to know if it is worth the hassle
maintain two dev environments to develop this one in .NET.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top