| Thread | Last Post | Replies |
|
| Choose XML Expansion Pack message | 29 Feb 2008 14:07 GMT | 2 |
Hi I am using the new VS2008 to develop an action pane in word, and all is great except .... if I open the document properties window and the select OK, the chooseXML
|
| tool bar loading in word | 28 Feb 2008 22:25 GMT | 1 |
I have a problem with my vsto plugin 1. I have a toolbar to the mail windows, 2. Everything is fine if the work is not open 3. When the ms word is open, the tool bar added by the .net plugin is
|
| Excel Task pane does not show | 26 Feb 2008 06:14 GMT | 1 |
We are using VS 2005 and VSTO SE 2005 for creating custom usercontrol task pane for Excel 2003/2007. It works fine during development and debugging. Next, we created a packpage/setup project for the task pane, using Setup project and added the primary output its dependencies and ...
|
| VSTO newbie: how to call method in ThisWorkbook using button in Excel 2003? | 25 Feb 2008 22:24 GMT | 2 |
I'm just writing my first VSTO excel app. How can I call a method defined in ThisWorkbook.vb? I created a button in my worksheet. Using the click event I now want to call the method. But intellisense does not show my method when I enter "ThisWorkbook."
|
| Will this work? | 23 Feb 2008 18:04 GMT | 6 |
Hello, I am looking to see whether VSTO can solve a problem we are facing. We have a .NET 2.0 winforms app that's distributed via ClickOnce. One of the features is that it allows you to create an appointment inside the program based on some meta data. The appointment is then
|
| Outllok 2007 FormRegion replace or replaceAll | 21 Feb 2008 14:26 GMT | 4 |
I'm trying to use my own message form, the adjoining and separate form works. When I try to change the xml file and put another regiontype with replace or replaceAll, the default form appears. What is wrong? is there something I have to define or add? can't I have a
|
| Activating Custom Task Panes | 20 Feb 2008 14:32 GMT | 1 |
When I make a custom task pane visible from a command bar button or from a ribbon button it is displayed but the user then has to click on the task pane to give it focus and activate it. I have added a SendKeys.Send ("{F6}") which will give the task pane focus but only if the ...
|
| Please help me get my bearings | 16 Feb 2008 14:03 GMT | 1 |
Hi, sorry if my line of questioning is way off whack... I think I'm pretty far off at the moment. I keep on reading about host controls found in Microsoft.Office.Tools.Word, and how they are extended versions of the regular interop ones. The documentation says:
|
| VSTO - Using LINQ | 16 Feb 2008 13:55 GMT | 1 |
I am writing a VSTO 3.0 Word document customization. In my code, I loop through all of my document's controls looking for RichTextContentControls. - here's that code: For Each objCC As Object In Me.Controls
|
| CommanBar stays open while form loading | 12 Feb 2008 12:13 GMT | 4 |
I have customized an Outlook commandBar to include a command button which launches my own custom windows form. This custom windows form must perform a web service lookup to populate a few dropdowns/treeview. It is a short lookup lasting say 3 seconds.
|
| Left margin for a table | 12 Feb 2008 06:01 GMT | 3 |
Been battling with this one for a while and have to admit defeat. I have a Windows application controlling Word. I have managed to insert a table into the document and populate the table no problem. What I now need to do is indent the table from the left-hand edge of
|
| Saving Emails and Updating their Subjects in an Office Add-in | 07 Feb 2008 17:50 GMT | 5 |
I'm trying to write an Outlook 2003 plugin to save all the mail items the user has selected as .msg files, and then update the email's subject (by putting a '*' at the front). I've written the code below into a simple test add-in - the rest of
|
| Disabling FormRegion for Compose Page | 06 Feb 2008 22:25 GMT | 3 |
As a little test, I've created an Outlook 2007 add-in in Visual Studio 2008. It's just a simple add-in with a FormRegion consisting of a single, multiline textbox that shows the headers of the message (which I get from PropertyAccessor). When viewing a message in a window, I
|
| Value of Type String cannot be converted to System.xml.xmlDocument | 05 Feb 2008 23:17 GMT | 3 |
All, Using Visual Studio 2008 Professional trying to read an xml file and assign the value (the file content) to a variable so that I can pass the variable as an XML document to another function.
|