-
- Visual Studio 2005, display in secondary monitor help.
by Thase
- 2 Replies
- Last post
by John R. Durant - MSFT
- Hi all, I have a form that is a playlist control for powerpoint slides that I would like to run as a control panel on the primary display monitor, but have the form display and run the powerpoint slides on the secondary display monitor. I am using a dual monitor video card. Could someone be kind enough to point me in the right direction as to how to accomplish this. Thanks in advance. Thase
-
- Excel 2003 Add-in does not load on windows vista
by Nanom
- 6 Replies
- Last post
by Nanom
- Hi I have a computer running windows vista home premium. There is only one user, who is an administrator and the user acount control is off.
The following software is installed (looking at programs and features in control panel):
Microsoft Office 2003 Primary Interop assemblies
Microsoft Office Enterprise 2007
Microsoft Office Proffesional Edition 2003 (only excel is installed)
M
-
- <path> is not a valid office add-in vs2005 and outlook 2003
by Mark Henneman
- 14 Replies
- Last post
by AlanW2
- Hi, i'm using vs2005 and the outlook add in to build an add-in for outlook 2003. But when I want to debug the add-in, it is not loaded by outlook. I can see the dll when i go to the com add-ins. When I want to activate it, outlook just clear the checkbox. When I want to add it manualy I get the exeption "<path> is not a valid office add-in." The frustrating part is that it was working
-
- VSTO Setup Error 0MB in Temp?
by Kelly Wilkerson
- 2 Replies
- Last post
by Kelly Wilkerson
- Greetings,
When attempting the VSTO setup I get an error message that says: Setup requires 47 MB of free space in the temp directory, but only 0 MB is available.
I tried to change the Temp environment variable to point to a newly-created Temp directory on the C:\, but that did not work.
I am running Vista Ultimate, Office 2007, VS 2005 SP1 for Vista. Any help greatly appreciat
-
- Index was outside of bounds of the array error in VSTO Excel application
by Dmitry Kholodkov
- 1 Replies
- Last post
by Cindy Meister
- We are encountering an error in an application when we are trying to import XML data
Te application is an Excel smart document. The error is being reproduced all the time.
The sheet data is being populated but with an exception that returns "Index was outside of bounds of the array" error
Microsoft.Office.Interop.Excel. XlXmlImportResult xl = new Microsoft.Office.Interop.Excel.
-
- Add TaskPanes in Office 2003
by pedrocha
- 1 Replies
- Last post
by Cindy Meister
- Hi, I spend last day trying to find a solution to add customs taskpanes in office 2003, Is this possible I'm using vsto 2005. I founded that office 2007 has the CustomTaskPane property....but for office 2003 didn't find nothing. Bye, Pedro Rocha
-
- How to extend the length of built-in combo box?
by Ashish Dwivedi
- 2 Replies
- Last post
by csr9632
- Hi, I have added a combobox to my outlook ribbon. I am able to add items to the combobox using the following code:- <comboBox onChange ="OnChange" id="cmbCase" > <item id="itmMech" label="Mechnical"/> </comboBox> While i can add item using the above code i need to add the items dynamically wherein i will be getting items from the d
-
- how to enable excel add-in installer in vsto 2005 if disabled
by parm
- 2 Replies
- Last post
by Darryn Lavery -- MSFT
- hi i have create a excel add-in for office 2003 using vsto 2005 SE. But after builting and running application i am not getting the installer or any setup. plzz help me out of it.
-
- Does not install shared Add-in (for word, excel) on end user system
by pintu17
- 9 Replies
- Last post
by Ankur Soni
- Hi,
I have created plugin for word and excel through .Net 2.0 Shared Add-in and it work correctly on development evenvironment. But when i created setup and install on end user system then it does not work. even i have installed following setup:
1) Net Framework 2.0
2) WindowsInstaller3_1
3) O2003PIA.MSI
4) vstor.exe
5) Office SP1
Note: End user Sys
-
- OWC Exporting Pivottable to Excel
by Guy&#64;raptorsplace
- 4 Replies
- Last post
by Dennis Wallentin
- Hello, I know the PivotTable allows for quick and easy exports of the reports made by in into excel. I have multiple clients with one Cube each. After I looked at the XML code given off by the PivotTable, I was wondering if i could automate that XML so I don't have to make the same report for each new client. Any Ideas
-
- Ribbon not loaded
by davidMartin
- 7 Replies
- Last post
by Ahmed Alaoui
- Hi, In my addin ( Outlook 2007 and VSTO 2005 SE), I created different ribbon customizations that I load at runtime. I create the xml at the "GetCustomUI" call. When I debug in VS, everything works great but when I deploy it, my addin is working well expect my ribbon customizations... ( my addin is noted as "activate" in the complement menu ) I check the "Show add-in user i
-
- Ribbon button getimage callback ok,but image is not displayed,why?
by febwave
- 7 Replies
- Last post
by febwave
- I have a button that has a GetImage callback. outlook may call GetImage function ,and ppdispImage has been set. But image has not displayed always.
This is my code.could anyone tell me where code is incorrect (hr is s_ok) thanks
extern "C" HINSTANCE g_hInst; STDMETHODIMP COLAd::OnGetImage(IDispatch* pControl, IPictureDisp** ppdispImage)
{
HRESULT hr;
HANDLE hIco;
PICTDE
-
- How to retrieve No of columns in a row in excel sheet
by
- 2 Replies
- Last post
by Christa Carpentiere - MSFT
- Hi,
Can any1 tell me how to get no of columns in a row using c# previous i used
worksheetCompare.UsedRange.Columns.Cells.Count
but it gives some extra columns which doesnot contain any data
With regards,
Mahender
-
- Support for multiple columns in Form Region controls
by Rama Krishna rao
- 14 Replies
- Last post
by Sue Mosher - Outlook MVP
- Hi, I need to display data in multiple columns (like in a table) in a form region. I tried all Outlook.Olk* controls, none of them are suitable for my requirement. Neither "Grid" control is supported for form regions. 1)Could you please suggest me any other way to show the data in multiple columns 2)How to get the handle to this control in the function BeforeFormRegionShow() so that I ca
-
- Shortcut Key for excel addin
by Mohan Kumar Karunakaran
- 13 Replies
- Last post
by Ji Zhou ¨C MSFT
- Hi,
Is there anyway to assign a shortcut key for the procedures I have created in excel addin using VSTO 2005 SE. I have designed ribbon for these procedures and I would like to access it with shortcut keys like Ctrl + Alt + B or Ctrl + Shift + R
I can assign keytip in ribbon.xml file but it uses Alt combinations and not easily accessible also for custom created procedures. I would l
-
- problem in open VSTO Lab sample and Create VSTO Project
by Gerrylin
- 4 Replies
- Last post
by Gerrylin
- Hi,
I have VS2005 Professional Version installed
including "Microsoft Visual Studio Tools for the Microsoft Office System"
"Microsoft Visual Studio 2005 Tools for the 2007 Microsoft Office System"
Howevery, I can't find any Word docment or Excel Workbook project Templates. I only can find Addin.
And also I got "The application for th
-
- VSTO SE Walkthrough 2/2 Problem - missing elements in the prerequisites list
by a_martinez
- 7 Replies
- Last post
by Dennis Wallentin
- The walkthroug says at some point: ... In the list of prerequisites select the following items:
Microsoft Office 2003 Primary Interop Assemblies
2007 Microsoft Office Primary Interop Assemblies
Microsoft Visual Studio 2005 Tools for Office SE Runtime ... Unfortunately the prerequisites dialog doesn't contain these elements although they are installed on my (developement-) machine. How ca
-
- Document customizations created for Office 2003 r not working with 2007 documents.
by mahavir patil
- 5 Replies
- Last post
by Douglas H. Troy
- Hi all and Cindy( if i reach you),
I have done a project with VSTO 2005( not SE), on machine where i have office 2003 installed. Then i tried to associate that customization with office 2007 word documwent programatically by usig ServerDocument object and its AddCustomization method.
Noe the code is running properly without any errors and exceptions, but nothing is happenig with the docu
-
- Problem selecting and highlighting text range in table of Word while creating bookmark
by radekskowron
- 6 Replies
- Last post
by radekskowron
- Hello,
I want to create bookmark in word document - when user selects the text, clicks mouse right button and chooses item form context menu (Add bookmark) the action for this click event fires such code:
Microsoft.Office.Interop.Word. Range rng;
Microsoft.Office.Interop.Word. Bookmark bm;
applicationObject.ActiveDocument.ActiveWindow.View.ShowBookmarks = true ;
rng = app
-
- Setup problem
by Prashant_Rai
- 2 Replies
- Last post
by Dennis Wallentin
- Hi,
I have created one excel application through VSTO (installed in VS.Net 05).
But I am not getting Pre-requisites as needed. I have done following things to prepare the system for office.....
1. To prepare the Office application and primary interop assemblies checks: I am not able to find this path...C:\Program Files\Microsoft Visual Studio 2005 Tools for Office Resources\VSTO2005
-
- Sending email programmatically from Ribbon Bar Add-in
by Jamie Gordon
- 2 Replies
- Last post
by Jamie Gordon
- I have written a COM add-in (in C++) to add functionality to Outlook via the Ribbon Bar. I have added some buttons and am getting callbacks when the user clicks on them, and I can access and modify various message attributes (for example to add or change message text etc.)
However, I'd like to be able to send email programatically, so the user can just click a single button rather than clic
-
- What is better VSTO or Shared Addins (COM Interop Service) using Extensibility
by shahjapan_2005
- 1 Replies
- Last post
by Mike Walker
- Hello, What is better VSTO or Shared Addins (COM Interop Service) using Extensibility I am working in Word Add in using Extensibility Project. But I want to know VSTO is better or Extensibility so in future I can select a new project appropriate. Regards, Japan Shah
-
- Toolbar Visiblity
by Rao Manu
- 2 Replies
- Last post
by Rao Manu
- I am using VSTO 2005. I have added customized toolbar and its visiblity is being also set based on click of another button in the menu. Now in 2007 the menu option comes as ribbon in addin tab. Initially the state of the toolbar is false. Now i simply opened a word document from my software and as said the toolbar visiblity is false (i call this word as "word 1"). Also I opened another w
-
- Excel 2007, XlPattern.xlPatternLinearGradient question
by sdaemon
- 5 Replies
- Last post
by Dennis Wallentin
- Hi,
I'm trying to color some cells of an excel sheet using managed code. More specific I want to apply a custom style to a certain cell. This style has the pattern property of the interior set to Excel.Pattern.xlPatternLinearGradient (which is new for Excel 2007)
The problem that I have is that I cannot set the gradient color at all. If I do not specify any coloringI will get a gradient from
-
- Invoking the http code from the doc file.
by ajith581286
- 1 Replies
- Last post
by Andrew Cherry [MSFT]
- Hi,
I have a VSTO project with the requirement that the doc file you create should invoke the code associated with the template. The template(.dot file) has broker/webservice calls and SQL db calls to populate data. After saving the template as doc file and opening it, i am able to associate the code, but the broker calls fail .. The fails at the code RequestStateObject.OnCompleteCallback(Syst