Home » Category » DLL & COM & ActiveX

DLL & COM & ActiveX: Writin add-ins for Word97 ?

104| Fri, 30 Nov 2007 15:53:00 GMT| klintsovi| Comments (1)
Hi,

I want to write an add-in to use with word97. does anyone know how this can be done ie what project type is needed for the successfull connection of an add-in in word... I tryed to use activex dll with a add-in designer as a component. but I fail to open the resulting dll file in word...

thank you

Keywords & Tags: writin, add-ins, word97, dll, com, activex

URL: http://programming.itags.org/com-activex/174567/
 
«« Prev - Next »» 1 helpful answers below.
If you're making a WORD addin, remember these things:

1) The Addin MUST be compiled into a .WLL file.
2) The Addin MUST be written as a WORD DOCUMENT with macros. Remember the document_open!
3) The Addin MUST BE SAVED AS A WORD ADDIN USING WORD, not renamed. A .dll file would not work.

microbasic | Wed, 05 Dec 2007 13:34:00 GMT |

DLL & COM & ActiveX Hot Answers

DLL & COM & ActiveX New questions

DLL & COM & ActiveX Related Categories