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

  • klintsovi / 104 / Sat, 30 Jan 2010 01:31:00 GMT / 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:

    writin, add-ins, word97, dll, com, activex

  • http://programming.itags.org/com-activex/174567/«« Last Thread - Next Thread »»
    1. 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 Questions

    • WindowsXP Style Command Button

      Hi All, Does anybody know where i can get an OCX control or Patch for a file or something tha...

      By blacknight_vb, 2 Comments

    • why the connection is closing?

      hai all,i have a dll component which is used to connect to the database. i am using this dll using D...

      By needhelp, 51 Comments

    • Why my ActiveX DLL file won't work??

      I create a activeX DLL code,contain my report file. When I combine my project file with the ActiveX ...

      By eida_hanafiah, 2 Comments

    • where to go from here

      Currently my organization is looking to upgrade from windows NT to xp. Can you use com+ with windows...

      By dlu102, 1 Comments

    • WM_LBUTTONDOWN xPos and YPos ?

      how do i get the windowsWM_LBUTTONDOWN xPos and YPos not only from my applicationbut from any appli...

      By himem, 1 Comments