-
- Managing documents from Custom Task Pane
by Helio D
- 8 Replies
- Last post
by Cindy Meister
- I have been experimenting with VSTO 2005 SE and Office 2007 and would appreciate if someone could help me with the following:
I would like to open different documents using a custom task pane and switch between these documents. I can create and open the first document. When it comes to the second document, it gets created on a different window (where my custom task pane is not visible).
-
- How to get 'Help' menubar in Outlook
by Toxter
- 2 Replies
- Last post
by Toxter
- Hello everyone,
I'm developing addin for Outlook 2003.
Im trying to add a menuitem inside Help menu.
I am able to find 'Help' menu by its name (from ActiveMenuBar).
But this would not work in localized version of Outlook where 'Help' menu would
not be called 'Help' (e.g. German version would be 'Hilfe').
So, my question would be: Is it possible to get reference to 'Help' menu
-
- How to add dynamic controls to Excel Add-in
by Shyam Palreddy
- 3 Replies
- Last post
by Rohit Saigal
- Hello,
I have an Excel Addin and i need to create dynamic controls on the worksheet. Can someone tell me if this is possible and/or give me a sample Dynamic controls I need to create are dropdowns, date control etc.
The issue i am facing is I don't have a "Tools.Excel.Workbook/Worksheet" instance in Excel Addin app. Is this by-design or an i missing something Is there a work around
-
- Outlook 2007 Add-in woes
by Ryan Lederman
- 3 Replies
- Last post
by Mike Morton - MSFT
- I have been developing/maintaining an Outlook plugin for over a year. It works fine with Outlook 2003, as well as Outlook XP. Unfortunately, during my testing with the Outlook 2007 Beta 2 version, I've run into some problems. It seems like enabling my add-in causes Outlook to throw an exception when it exits. I am using a debugger and Application Verifier to try to solve it, and this is what I've
-
- COM Exception in CommandBars["Task Pane"].Visible = true
by mobigital
- 6 Replies
- Last post
by John R. Durant - MSFT
- I am getting this occasional COM error when trying to ensure that Document Task pane is visible:
This code: Globals.ThisWorkbook.Application.CommandBars["Task Pane"].Visible = true;
Causes this exception: System.Runtime.InteropServices.COMException (0x80004005): Error HRESULT E_FAIL has been returned from a call to a COM component.
at Microsoft.Office.Core.CommandBar.set_Visibl
-
- Edit text in Combo Box
by Sze Wee
- 4 Replies
- Last post
by Sze Wee
- Hi
The Change event in Combo Box doesn't seems to fire when the user change the text directly in the combo box.
Any idea how to catch this event
Thanks
Sze Wee
-
- Can only add one Windows Control in design mode in Excel using VSTO
by Bertil Emmertz
- 4 Replies
- Last post
by Bertil Emmertz
- I have a problem when creating an Excel Workbook application using VSTO. I can add one control, e.g. a Button but if I try to add another a dialog pops up saying "Visual Studio has encountered an unexpected error." If I create a Word application everything works ok, i.e. I can add more than one control in the document. I have added no code to the project.
I am running VS2005 Team Syst
-
- Flash in Powerpoint
by Martin Knotek
- 1 Replies
- Last post
by Cindy Meister
- Hi,
I need to paste flash to PP with this propertys:
1.) Place flash to PP slide (no-problem)
2.) Runn flash in cycle (no-problem)
3.) When show slide with flash, play flash from first frame (in loop, not one time) (problem :-( )
Any idea
Thx a lot
-
- Outlook 2003 custom actions fail to fire
by Bassem Murad
- 6 Replies
- Last post
by zeltera
- Hello,
I have 2 problems. Im using VSTO SE 2005 to create an addin for outlook 2003. This addin is supposed to add an item to the context menu of the email called "Save to DB". On clicking on that item, it should perform some task on the database and display a message box. My problem is that after the message box is displayed, i get the reply window. I want to cancel that but i ca
-
- Set Default Flag Color
by owenmj
- 2 Replies
- Last post
by Sue Mosher - Outlook MVP
- Does anyone know if it is possible to programatically set the default flag colour for a mailitem
I know it can be done through right clicking on the flag icon and then selecting a default colour, I just need to do this behind the scenes.
Thanks in advance
Mike
-
- Sending the file attachment of an appointment item to all the invitees of the meeting.
by dark_sleauth
- 2 Replies
- Last post
by dark_sleauth
- Hi,
I have developed an outlook add-in in c# using vs2005 and vsto.
After attaching a file to an appointment item in my outlook calender, i would like to forward this file to all invitees of the meeting such that on receipt of the mail, the attachment automatically gets saved to their outlook calender. Is there any way to do this
-
- VSTO SE Excel Add-in Path
by jk_uk2
- 3 Replies
- Last post
by jk_AnalysisServices
- Hi,
I have an Excel 2003 add-in that I'm currently developing using VSTO SE. I'm stuck on a little problem that I hope someone can help with.....
The add-in must open up an Excel template, that I will send as part of the install package to be in the same directory as the add-in itself.
Therefore, I would have thought that opening up the template would be simple. However, I can
-
- Releasing Outlook add-in COM wrappers confusion
by Allen Razdow
- 3 Replies
- Last post
by Misha Shneerson - MSFT
- Sorry to make a new thread here, but I've read many different answers on this and am not sure which applies.
My Outlook 2003 add-in is not VSTO based (I am using Add-in Express but I don't think that affects my question) and is written in C# .NET using VisStudio 2005.
Situation:
1. Other than the Outlook App object, I keep no long-term variables holding Outlook objects. No properties or o
-
- How to get the images from a word document
by Kesava
- 9 Replies
- Last post
by Douglas H. Troy
- Hi all
I am using VS2005 and Microsoft.Interop.word assembly of word2003.How to read the word document which contains paragraphs and images.Can any one provide a sample code to accomplish my requirement.
regards
keshav
-
- VSTO Addin - Regarding registry entry.
by Santhosh S
- 2 Replies
- Last post
by Santhosh S
- Hi,
When we install a ADDIN developed using VSTO, it makes an entry in the registry inside HKEY_CURRENT_USER. So that each one of the user has to install it to use. Can't we install it in a machine level so that at only one installation, every user who uses that machine can make use of that ADDIN is it possible if possible, help me out on the same.
Thanks!!!
-
- Can you put an Office Built-in Icon on a Windows.Forms.Button?
by Tadwick
- 2 Replies
- Last post
by Tadwick
- I have a windows form (not a toolbar) in my Outlook add-in with a button. Can I add an office button to it if I know its FaceID Failing this, where are the Office Icons stored on the computer (ie which .exe .dll etc )
Tx, Tad
-
- property bag limitations
by tr7
- 13 Replies
- Last post
by Misha Shneerson - MSFT
- Hi,
I'm using a regular expression in my Word project and I'm using named groups in the regex. I know that VSTO creates a property bag to hold the key/value info corresponding to the named group. However, one of the named groups in my test document contains 550 characters (with spaces). In my regex editor, the entire expression is recognized with no problem but in VSTO the expression fails. I c
-
- Get outlook 2003 path
by YaelS
- 12 Replies
- Last post
by Sue Mosher - Outlook MVP
- Hi, I need to get into my C# com add-in code the user outlook directory.. (where save a new directory on a computer: File-->manage data files-->open folder) C:\Documents and Settings\Owner\Local Settings\Application Data\Microsoft\Outlook
there I want to open/create a txt file. So, How to get this path from vs.net 2003 Thank you!, Yael.
-
- Error with fill data into listobject
by Lin Kejian
- 6 Replies
- Last post
by Duy Le-MSFT
- hi
The code blow is sample form MSDN, But it doesn't work ,Help me
DataTable table = new DataTable("Employees");
private void Sheet1_Startup(object sender, System.EventArgs e) { table.Columns.Add("FirstName", typeof(string)); table.Columns.Add("LastName", typeof(string)); table.Columns.Add("Title", typeof(string
-
- Urgent: Problems with publishing VSTO project manifest!
by Xinhai Li
- 1 Replies
- Last post
by Christin-MSFT
- hi, I have got problem with publishing VSTO project. The repro is:
1. Create an Office 2003 project, such as Excel workbook project, named ExcelWorkbook1.
2. add any code in function ThisWorkbook_Startup, such as MessageBox.show("hello world");
3. press F5, to build the project, and make sure the program is working fine.
4. right-click project node in Solution Explorer, selec
-
- Open a template as a document programmtically
by kamald
- 4 Replies
- Last post
by kamald
- Hi,
i want to open a template as new document programattically in word 2007. how can I do that
Thanks,
Kamal
-
- Create an ADDIN for word 2003 - Dockable Window
by Ravi J
- 3 Replies
- Last post
by Cindy Meister
- Hi,
I need to create an ADDIN for word 2003 that should behave as a dockable window. How to do that
Need help on that...
-
- Office 2007 Quick Parts
by Ivkata
- 5 Replies
- Last post
by Ji Zhou ¨C MSFT
- Hi,
Is it possible ot access and create document's Quick Parts fields programaticaly
Thanks in advance,
Ivo
-
- how to print workbookview
by mikedp
- 2 Replies
- Last post
by mikedp
- Hello Everybody, Can anyone help me with how to print a report in the workbookview I have done my best to look thru this site and google it as well, and "experimented" but have been unsuccessful. Thank you, Mike
-
- Extracting Data out of Excel Workbook using VSTO without Excel\Office installed.
by Saurabh.Gupta
- 4 Replies
- Last post
by Saurabh.Gupta
- weird issue.
I have a web service that extracted data to database out of uploaded Excel files.
Our IIS folks have told they cannot have Excel\Office application installed on the sever\IIS Farm.
Is there I can do this without Excel installed on the server.
Really appreciate your time folks.
my code goes something like...
Dim exc As New Excel.Application()
Dim wk