| Thread | Last Post | Replies |
|
| Deployment to Internet | 31 May 2006 20:03 GMT | 2 |
I'm using ServerDocument on an Internet ASP.NET 2.0 to insert data into the data island of a customized Word document. Does anyone have a sample of how to configure the permissions and other settings on the client so the downloaded document's customization will run?
|
| SDK install location/download? | 30 May 2006 22:31 GMT | 1 |
I'm looking to start developing with Visual Studio Tools for Office, either VS2005 or 2003 I have both installed. However I need the Add-In/SDK install that allows me to create projects of that type, silly question but where do I get this from? I've done a few searches on ...
|
| Range Insert method - CopyOrigin parameter | 30 May 2006 19:09 GMT | 1 |
Does anyone have more information on the CopyOrigin parameter of the NamedRange.Insert method? I'm using VSTO 2005 and the task I'm trying to perform in Excel 2003 is simple.
|
| Mail-like button in Outlook | 29 May 2006 13:09 GMT | 1 |
I'm trying to find how to add a blue button (like Mail, Contact, Calendar,...) with VSTO in C# that opens a web page on the right side of outlook. Could anyone help me pleassee :) Thanks in avance,
|
| VSTO 2005 Excel document - permission problems | 29 May 2006 08:15 GMT | 2 |
I have deployed our VSTO 2005 Excel application to a network share using the publish wizard, and also gave full trust to the network share location on every client computer. Now, the people using this Excel document like to do the following
|
| Excel 0x800A03EC | 27 May 2006 16:45 GMT | 1 |
Hi, I'm ussing c# and I'm opening an Exceldocument in a webbrowser like: this.Navigate(url,NavigateOptions.None,null,null,null); Then in NavigateComplete I get the Excel Application. public void axWebBrowser1_NavigateComplete2(object sender, AxSHDocVw.
|
| custom chart in Excel | 26 May 2006 08:37 GMT | 2 |
Hi NG, I want to create a custom chart type in Excel. Can this be done using VSTO? Can someone perhaps provide a link, where I can find informations about this issue? I googled a lot but I found nothing... Thanks,
|
| VSTO Outlook Addin - Why doesn't my Property Page show up? | 26 May 2006 03:43 GMT | 3 |
When I click Tools|Options here's what happens: 1. The following event handler executes: void ThisApplication_OptionsPagesAdd(Outlook.PropertyPages pages) {
|
| How do I add a custom actionpane in outlook 2003. | 26 May 2006 03:24 GMT | 2 |
I have a requirement to add a custom action pane in outlook 2003. I have looked into the possibility of using VSTO 2005, but am able to add action panes only to word. Is there any way of adding a custom action pane in outlook programatically or is any workaround available.
|
| VSTO Outlook Folder Items | 25 May 2006 01:59 GMT | 1 |
I have a folder that has a mix of Post Items and Mail Items. How can i iterate through all the items in the folder and find the type so that i can take action based on that type Ta
|
| Web-Based Excel Reporting | 23 May 2006 23:52 GMT | 1 |
Would anyone know the best tool to create and use interactive web-based excel reports?
|
| Putting Excel Reports on the Web | 23 May 2006 23:51 GMT | 1 |
Does anyone know how to put Excel reports on a web browser. When you publish Excel as a web Page, it shows the Column and row headers - I don't want that to show so was looking for another way
|
| VSTO 2005 problems | 23 May 2006 16:26 GMT | 4 |
Using VS 2005 (Team Edition for Software Architects) and VSTO 2005 (and Office2003). Creating an Excel Workbook project. Adding code in ThisWorkbook.ThisWorkbook_Startup which adds a new
|
| SmartDoc won't save my Cached field anymore after Save() is called. | 23 May 2006 08:26 GMT | 1 |
My [Cached] datas in a SmartDoc aren't saved after a call to Document.Save(). They are saved the first time I call Save but not anymore after, even using Ctrl-S or File/Save.
|
| Word application with cached data | 22 May 2006 14:33 GMT | 1 |
I'm developing a word application with cached data. The application can modify the data with the cached attribute. When I save the document the data seems to be updated, but if i close and reopen the document I got an old version of the cached data.
|