com add-in & developer beginner

S

sydney

Hi all
I have a word xp add-in template which loads all necessary customisation at
startup and have been asked to convert it a com addin.
My questions so far is;
1. If I develop the com add-in usingin VB.NEt, will it work on an
environment that does not use the .net framework or would I be safer using
vb6?

2. Can anyone point me to a Word com addin site tutorial site (besides the
msdn ones as I have tried that and am totally lost). I have found a few but
the tutorial is in c++.
Thanks in advance.
 
T

Tom Winter

If your add-in is in .NET, you will need the framework.

VB6 may be "safer", but that depends on what you mean by safer. Office
doesn't "natively" support .NET, so you have to go through COM interop
stuff, which looks like it can be messy (I'm a VB6 guy, no actual .NET
experience). There is a lot more knowledge around about building COM Add-ins
using VB6. Alot of the .NET stuff with building COM add-ins seems to be hit
or miss. Of course .NET is the "official" MS way to go. Microsoft doesn't
make VB6 anymore, so....
 
S

sydney

Thanks everyone for your input, much appreciated.
I'll use vb6 and check out the tutorials.
add-in express looks cool but I've spent enough on software for now :)
 

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