|
Get word from word doc on mouse right click
Hi,
How can I get the word in a MS Word document when we right click the mouse
on it or when the cursor is at the word's end. I am not selecting the word
out here.
It is like similar to what MS Word offers when we right click any word and
select "Lookup" from the context menu or use "Spell Check" for it.
...
|
5 |
30.09.2006 02:16:02 |
|
simple com add-in
Hi,
I am looking for a link that will show me how to create a simple com add
in/macro.
I want to create a tool bar button on Word that when clicked will popup a
form.
The form will be in a C# assembly which I will register.
For now that is all I need to figure out!
thanks
...
|
1 |
28.09.2006 21:44:02 |
|
Autonew
I'd like to add a autonew sub without modifing normal.dot (ie I want to open
a dialog every time a user opens a new document, and would prefere not to
modify normal.dot since it concerns quite some users who all have there own
modifications).
Any ideas?
/e
...
|
5 |
28.09.2006 07:48:56 |
|
DocumentBeforeSave event - ActiveDocument closing
I am new to developing Word add-ins. How can I determine whether an
Word.ActiveDocument is closing during the DocumentBeforeSave event.
as the DocumentBeforeSave event appears to trigger before
DocumentBeforeClose Event.
I need to differentiate between these scenarios:
1) a user is closing a document (clicking 'X' button on window) and
selecting 'Yes' from 'Do you want to save....'. t...
|
2 |
25.09.2006 18:17:18 |
|
Create a custom context menu in an addin
Hello,
I created a shared add-in for Word (Word 2003) where in I added a custom
toolbar with a couple of buttons in it. These buttons brings up some custom
windows forms from my application. Is it possible to show a context menu on
the right click event of any word document (something on the lines of menus
like Fonts/Paragraph/Synonyms) to call these custom forms (perform the same
but...
|
2 |
20.09.2006 09:24:20 |
|
Watermarks
Hi
I'm developing a COM-Addin for Word as a part of a integration to a system
for document management.
It is a rich and database-dependent Addin which creates and maintains
documents using specialized toolbar functions.
For som of our documents we want to add a Watermark to the document.
We use the function:
<<Selection.HeaderFooter.Shapes.AddTextEffect(PowerPlusWaterMarkObjec...
|
3 |
19.09.2006 14:06:02 |
|
Pagebrakes and pageheadings/footings
Hi
I'm developing a COM-Addin for Word as a part of a integration to a system
for document management.
It is a rich and database-dependent Addin which creates and maintains
documents using specialized toolbar functions.
We have a problem:
One of the objects is to fully create pageheaders/footings for the first
page and a different ones for the following pages.
When a new document ...
|
3 |
19.09.2006 14:05:01 |
|
problem in inserting image
hi experts
how to insert a image into word document from a resource file.
i can't give physical path of the file.
at present i am using the code:
myapplication.Selection.InlineShapes.AddPicture("c:\myimage.bmp", ref
omissing,
ref omissing, ref omissing);
i wants to take image from resource file
is there any possiblity to do the same?
...
|
10 |
19.09.2006 13:55:02 |
|
word crashes on exit after calling add-in
Hi,
I have written a COM add-in for word in VB6. On some PCs There were
problems with word crashing with a memory access violation in msvbvm60
after exiting the word if the add-on had been called.
after a large amount of trial and error, I discovered that if I hide
the main form (using "me.hide"), the crash happens on exiting word, but
if I instead unload it (using "unload me") there is ...
|
2 |
15.09.2006 15:42:32 |
|
Running Word and Macros from an "at" job
Windows XP SP2, Word 2000.
I've been trying to convert Word docs to PDF automatically, and
unattended. I wrote macros to manage the docs and invoke the Adobe
Acrobat 6.0 PDF-conversion feature. The Public entrypoint to my
macros is called "MergeToPDF".
I'm using a perl script similar to the one on this page:
http://www.windowsdevcenter.com/pub/a/windows/2005/03/22/word_macros.html?C...
|
3 |
12.09.2006 18:37:52 |
|
Word Crash
I am runnig Win XP on Dell GX280 machine network wide. We use the Office XP
suite with Softwise Innova 5.1.5 version. The problem that is occurring is
when my users save a document that they have worked on sometime or maybe 5
minutes they save the doc and word freezes BTW we are using Hummingbird DM5
for our document management system. Has anyone found this problem in their
environment?
...
|
2 |
11.09.2006 21:08:02 |
|
Re: Word was unable to read this document. It may be corrupt.
here is the file
Diplom-Informatiker (Uni)
Carlos Bastos
IT-Netzwerkadministrator
SIDOUN GmbH Telefon +49 761 / 38506-33
Stammhaus Freiburg Telefax +49 761 / 38506-38
Engelbergerstrasse 19 E-Mail cbastos@sidoun.de
D-79106 Freiburg www.sidoun.de
"Carlos Bastos" <cbastos@gmx.co.uk> wrote in message...
|
2 |
04.09.2006 11:01:48 |
|
How do I capture the deletion notifications of objects in document
I write a word addin with VC6.0. It add some button in word 2000 or higher
versions. The button can create my own activeX control in current document.
How can i capture the deletion notifications of objects,such as the
controls or
the tables in current document?
thanks for your care!...
|
4 |
03.09.2006 01:46:23 |
|
Continuously scroll through items in a drop down list - resubmit
Hi All
Apologies for re-submitting this. Am worried it won't get answered as had a
response that was an observation rather than an answer. Rather keen to get
the latter & not sure if anyone else would pick it up.
I am trying to write what I'ms sure should be some simple little bit of code
to continuously loop through items in a dropdown list when the user presses
the up/down cursor key...
|
3 |
21.08.2006 14:48:22 |
|
Word was unable to read this document. It may be corrupt.
Hi everybody,
I am having a Word document that I cannot open receiving
the well know message from Word 2003.
Word was unable to read this document. It may be corrupt.
Try one or more of the following:
* Open and Repair the file.
* Open the file with the Text Recovery converter.
(C:\Documents and Settings\...\test.doc)
The Document form Microso...
|
1 |
19.08.2006 08:56:52 |
|
Continuously scroll through items in a drop down list
Hi All
I am trying to write what I'ms sure should be some simple little bit of code
to continuously loop through items in a dropdown list when the user presses
the up/down cursor keys. If the user is on the last item in a list then I
want the down cursor key to move to the first item; if on the first item then
the up cursor key should move to the last item in the list. In between it
shou...
|
3 |
10.08.2006 10:50:50 |
|
Running Remove hidden data addin from VBA or VB
We'd like to automate the running of Remove Hidden Data, but I don't
seem to be able to find a way to do this in VBA or VB. We don't want to
have the read-only recommended option set which is done by using the
command line.
Thanks,
Marc Wiener
...
|
1 |
08.08.2006 20:29:39 |
|
FAQ - Frequently Asked Questions - vba - please read before posting - unofficial August Posting
FAQ = Frequently Asked Questions - brief - vba - unofficial
This FAQ is posted every ten days or so.
Please save us all some time by reading it before posting to the
news group.
This newsgroup is about VBA - Visual Basic for Applications -
which is the programming language for Word 97-2003 (macros).
There is a longer FAQ with more questions and links that is
regularly posted in the non-...
|
1 |
07.08.2006 16:43:30 |
|
Conversion from word to excel?
Is it possible to export the pages of a word document and save each page in
a cell of MS Excel,has anybody done it before?...
|
2 |
05.08.2006 12:39:37 |
|
Black Belt Problem: How to load 20x20 icons in Word (Office CommandBarButton)
** reward for solution! **
Can anybody tell me how to accurately load the contents of a 20x20 bitmap
(or even a 16x16 bitmap) into an Office CommandBarButton in Word? I've been
trying to get this to work, and tearing my hair out (so please accept my
apologies for posting to 3 groups.)
I have examined the Office CommandBars in Word 2003 in detail, using
magnifier. It is quite clear ...
|
6 |
01.08.2006 15:10:01 |
|
PRB Why does Application.Scripts not work for OnAction?
PRB Why does Application.Scripts not work for OnAction?
I tried to make a command bar button and set its OnAction to call script I
added with Application.Scripts. And I failed. I asked on MSDN and was told
OnAction for a command bar button can not call the script added via
Application.Scripts.Add.
So, I'm left, why?
And for that matter, what good is Application.Scripts?...
|
4 |
31.07.2006 15:21:30 |
|
HOWTO create macro programmatically for command bar buttons.
HOWTO create macro programmatically for command bar buttons.
I want to programmatically create a macro that I then programmatically make
a command bar button for to call via its OnAction. I know how to add the
command bar button dynamically and sets its OnAction, but I can not figure
out how to create a macro (or AddIn) programmatically such that the button
could then call it.
What c...
|
5 |
31.07.2006 14:15:08 |
|
FAQ - Frequently Aske Questions - vba - please read before posting - unofficial July posting
FAQ = Frequently Asked Questions - brief - vba - unofficial
This FAQ is posted every ten days or so.
Please save us all some time by reading it before posting to the
news group.
This newsgroup is about VBA - Visual Basic for Applications -
which is the programming language for Word 97-2003 (macros).
There is a longer FAQ with more questions and links that is
regularly posted in the non-...
|
3 |
26.07.2006 15:17:37 |
|
deploying an Office Add-in using VS.Net 2005
I have a comment and a question. First the question:
According to the very helpful article (that is required reading for
deploying an Office Add-in as well as a VSTO project) at:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odc_vsto2005_ta/html/OfficeVSTOWindowsInstallerOverview.asp
I can create Launch conditions searches for the component IDs of the office
primary...
|
2 |
15.07.2006 16:29:27 |
|
Access COM add-in
When the user opens Access, my COM Add-in (created with VS.Net 2005) gets
the IDTExtensibility2.OnConnection and eventually the OnStartupComplete
calls.
According to the tutorial I followed to create it, the latter function is
where I should add my toolbar menus and buttons.
However, if Access is opened without a database opened, then it doesn't
allow menus to be added. If I try, I g...
|
2 |
15.07.2006 16:29:27 |