Re: How to call functions from external programs
Thu, 20 Sep 2007 11:54:01 -0700
Hi GaetanoG,
I am having the same issue in which i have to set some vaues in the Custom
Task Pane programmatically. I'll appreciate if you guide me the way you
handle this. Saves a alot of my time. Thanks in Advance!!!!
-Syed
"GaetanoG" wrote:
> Hi
> I solve the problem.. now I can call a function in ...
|
Open a word document from addin
Thu, 20 Sep 2007 14:16:55 -0000
I'm sorry to ask this totally lame question, but i cannot find any
documentation. I have written an addin that works as an ftp client,
and i would like the addin to be able to open a word document by
double clicking that item in one of my listviews. I am working with
Word in office 2007, VS2005, VSTO2005, and t ...
|
Write an addin for Access VBA-IDE
Mon, 17 Sep 2007 02:26:50 +0200
Hi
i want to write my own little addin to MS-Access 2000 or higher
that exports modules of vba-projects to extern files, whenever a new
Project is loaded.
Any pointers on where to start?
Afaik i have to implement an interface in order to integrate into
ms-access, sadly forgot which one, think something ...
|
BUG on Framework??
Fri, 14 Sep 2007 15:34:02 -0700
hi to all, I have an issue with a feature of an addin.
I did a simple word add-in that catch the "Save" event and the "Print" event.
When the addin catchs these events, it must show a simple MSGBOX ("bye") and
MSWord doesn't save or print the active document.
For do that, I used a object word and catch the ...
|
Detect when word is "busy" or "not busy"?
Fri, 14 Sep 2007 00:37:00 -0400
Hello,
I'm looking for a property called readyState [1], but I can only find it for
IE browser objects. I'm unsuccessful in locating something like this for
Word objects.
-Krystian.
[1] http://msdn2.microsoft.com/en-us/library/ms534359.aspx
...
|
Hooking Into the Microsoft Office File Open/Save Dialogs
Wed, 12 Sep 2007 22:34:00 -0700
Hello Everybody,
I am trying to get and set the following information from File/Open save
dialog of Microsoft Office 2000/2003/2007
1.Retrieve the currently displayed/selected folder path and also the file
name that is selected if any.
2. Retrieve the selected file path, when the user clicks the open or ...
|
window in task bar
Thu, 06 Sep 2007 17:10:15 -0400
Hi all,
My question is a normal user's question. I am not sure if I should post
this question to the group because it looks like a developer group. If
so kindly direct me to the appropriate group.
My PROBLEM:
I am using Office 2007 with the EndNote bibliography addin at startup.
Whenever I minimize the ...
|
|
|
Replacing the word content
Tue, 4 Sep 2007 05:46:03 -0700
I have created a 2007 addin using VSTO for office 2007 second edition, which
will add a custom pane and will retrieve the data from the sql server.
Now i have to add this data to the word document in a particular location. I
have tried using Bookmarks. But the value is appending in the bookmark. I
want t ...
|
VSTO Custom Task Panes
Wed, 29 Aug 2007 01:59:29 -0700
I have written an Application level addin for Word 2007 in C# using
VSTO. I have a toggle button on my ribbon which displays a custom task
pane. This all works fine.
I also have a VB6 application which creates Word documents, this
application needs to tell my AddIn to display the custom task pane. So
I expose ...
|
CommandBar item creation?
Tue, 14 Aug 2007 16:12:19 -0400
Hello,
In which event is it most appropriate to create a CommandBar button that
displays information about the currently open document?
A little background on my Add In: VB6 COM add-in written to display and
change a Custom Document Property for any Word document.
Right now, I create my button on the IDTE ...
|