VSTO 2005 SE or VSTO 2005????
Thu, 6 Mar 2008 06:57:59 -0800 (PST)
I am new to Office development. I want to create an add-in for
various things in Word, Excel, PP, etc.
Where I am confused is the difference between the free VSTO 2005 SE
and the non-free VSTO 2005.
I keep reading that VSTO 2005 allows "document-level" projects. What
does that mean exactly?
What can I ...
|
VSTO Deployment
Thu, 6 Mar 2008 05:55:04 -0800
Hi
I have downloaded the VSTO status report application from
http://msdn2.microsoft.com/hi-in/library/aa537188(en-us).aspx .
Kindly let me know, how to setup the Status Report Application. Kindly
provide the information for how to deploy the VSTO application in step by
step.
Thanks
K ...
|
AxInterop.DSOFramer failed to execute
Wed, 5 Mar 2008 14:14:37 -0500
Hi,
I have successfully create and deploy an add-in for OL2003. The add-in is
using dsoframer.ocx to allow user replying a mail message with Word Document
capability. However, when loading the reply form which references the
AxInterop.DSOFramer, it pops an error said:
Could not load file or assembly 'A ...
|
How to launch a word mailmerge doc
Tue, 04 Mar 2008 09:53:10 GMT
Hi,
I want to be able to open a word document at the click of a button(on a web
page), which has mailmerge fields to a query in my SQL DB.
Could somebody please advise how I begin this.
I have downloaded the VS office tools second edition but have no idea how to
start or if there is a simpler way of achie ...
|
How to enable Search Folder in Outlook 2007 using Outlook Object M
Mon, 3 Mar 2008 21:24:00 -0800
Hi,
In my outlook 2007, sometimes my search folders are disabled (italicized).
Since I am using same Exchange account for both Outlook 2003 and Outlook
2007, if I delete the search folder from one account, it is disabling the
search folder in other account. If I click the disabled search folder in
Outl ...
|
How to Restart Outlook 2007 using Outlook Object Model or CDO
Mon, 3 Mar 2008 20:09:00 -0800
Hi,
One of my requirement is to "ReStart" the Outlook 2007 using outlook object
model.
I am able to achieve this by the following code.
Process.Start("Outlook")
Process.GetCurrentProcess().Kill()
I am restarting the Outlook process and killing the existing process. I know
that it is a harsh mechan ...
|
How to interact with Excel 2007 from Winforms app
Mon, 03 Mar 2008 20:06:10 +0100
Hi
I am creating a winforms app in vb.net using Visual Studio 2008.
I want to open an existing Excel 2003 file, and update some data, and I
don't want to create a workbook project or add-in.
What I want is my stand-alone application that can talk to any Excel file
and update values.
Can anyone tell me ...
|
|
|
VSTO 2008 Error
Mon, 03 Mar 2008 07:35:09 -0500
In VB 2008 the following code
Dim ActWinSlideRange As
Microsoft.Office.Interop.PowerPoint.ActiveWindow.Selection.SlideRange
generates an error
Error 1 Type
'Microsoft.Office.Interop.PowerPoint.ActiveWindow.Selection.SlideRange'
is not defined.
How come if it worked in VB 2005 ...
|
Selecting Ribbon Tab
Mon, 3 Mar 2008 04:29:04 -0800 (PST)
In Excel 2007 using VSTO 2005 SE I have added a custom tab to the
ribbon UI.
What I want to do is set this tab to be the selected tab on the
Application_WorkbookOpen event. Can someone let me know how to do
this
programically?
Thanks ...
|
New Ribbon
Mon, 03 Mar 2008 06:24:47 -0500
I am new to VSTO. I am trying to creat a custom ribbon in Powerpoint.
The problem I am having is that instead of creating a new Tab when it
run it is merging with the existing "add-In" tab of powerpoint. How
do I make i a seperate Tab? ...
|