Nam
2006-05-29 17:25:02 UTC
I want to create a COM Add-In for MS Word 2000 using VB6 that should perform
the following:
1. Add in has a VB form that contains a VB6 toolbar control etc.
2. When user clicks on a commandButton on MS Word toolbar, the VB6 form pops
up. The form is docked to the border of the Word document window during the
editing of the document.
3. When a user clicks on a VB6 toolbar button, a certain text gets typed in
on the Word document.
I can take care of item 3 above. I have read some MSDN articles like the
following, but I am still unclear on item 1 and 2 above:
http://support.microsoft.com/kb/q238228
http://www.microsoft.com/technet/prodtechnol/office/office2000/proddocs/opg/part2/ch11.mspx
NOTE: My actual task is much more complex, so I do not want to use Word
templates as add-in.
Thank you in advance,
Nam
the following:
1. Add in has a VB form that contains a VB6 toolbar control etc.
2. When user clicks on a commandButton on MS Word toolbar, the VB6 form pops
up. The form is docked to the border of the Word document window during the
editing of the document.
3. When a user clicks on a VB6 toolbar button, a certain text gets typed in
on the Word document.
I can take care of item 3 above. I have read some MSDN articles like the
following, but I am still unclear on item 1 and 2 above:
http://support.microsoft.com/kb/q238228
http://www.microsoft.com/technet/prodtechnol/office/office2000/proddocs/opg/part2/ch11.mspx
NOTE: My actual task is much more complex, so I do not want to use Word
templates as add-in.
Thank you in advance,
Nam