No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
Hi all, I wrote an addin for ms-word and I wish to write an application which communicates and share functionality and data with this addin. [B]is it possible[/B] to write an application which communicates with a running ms-word addin? -- [U]the addin is running in ms-word and should be communicating … | |
Hi all, I wrote ([B]C++[/B]) an addIn for ms-word and [B][U]I wish to add an "Options" dialogBox[/U][/B] with tabs to it. Ms-word uses the [B]bosa_sdm_Microsoft [/B]class for the "Options"-dialogBox. I wish to add such a dialog (window) to my addin. I use GetProperty(..."Windows"...) and CallMethod(..."Add"...) with variant variables in order … | |
Hi all, I programed an addin which works with ms-word. I wish to parse the text of an active ms-word document and to replase some of its words and chars. [B]How can I retrieve the documents text?[/B] How can I write text into the document? AND [B]how can I replace … | |
Hi, I created an addin which contains a button. The button responds on click event. I wish to call back the addin-object which created the button [B]BUT [/B]the [B]addin is not known [/B]from within the button functions. ANy help will be appreciated. Regards. |
The End.