| Thread | Last Post | Replies |
|
| VSTO 2005 SE: Remove custom folders during the uninstall process... | 27 Dec 2006 14:42 GMT | 1 |
Hi all again, And now for the second question :) I think it's better to keep them on different threads. I am trying to devise a method in which I can delete the folders I've
|
| [VSTO 2005 SE] Permissions on Folders? | 27 Dec 2006 14:38 GMT | 1 |
I'm starting with VSTO development under C#, targetting Outlook 2003, and I'm quite stuck with several things. I'm going to present here the first of such problems, which is kind of a direct question: my application creates several custom folders, and I would like to find a ...
|
| How to prevent showing default graph | 24 Dec 2006 17:28 GMT | 1 |
I'm trying to make Chart as OLE Object using MSGraph.Chart.8 in PowerPoint, and I am using VB.Net as programming language. The problem is that as soon as my code reaches the line oShapes.AddOLEObject(150, 150, 480, 320, "MSGraph.Chart.8") it displays a 3D multibar gragh on
|
| Starting PowerPoint from VB.NET 2005 | 22 Dec 2006 17:21 GMT | 1 |
Good morning, I've spent about 10 hours so far trying to do something that in VB6 took me 1 hour or so. I'm simply trying to open up a powerpoint presentation from VB.NET.
|
| Passing credentials from Word to SharePoint? | 18 Dec 2006 19:26 GMT | 1 |
I'm building an application that uses Word. One of the first things it does is create a new document based on a template that is stored on a secure SharePoint site. The problem I'm running into is passing credentials on to the site. I haven't explored this very thoroughly,
|
| Outlook Addin & Setup | 15 Dec 2006 19:00 GMT | 5 |
For some reason I ended up deleting the Setup project that was automatically created when I created my Outlook Addin project. I created a new Setup for my project and copied over the registry settings from a new Outlook Addin project - this project was empty and just used to
|
| Gallery Control Question | 14 Dec 2006 17:29 GMT | 1 |
I'm developing a VSTO application and I need to categorize the content of my gallery control, I need a sort of like a textual menu separator. I see this kind of technique almost everywhere with Office 2007 but don't know how to implement them.
|
| Excel right-click delete columns disabled | 14 Dec 2006 17:29 GMT | 3 |
I was wondering if anyone else had this problem after installing VSTO. When I right-click on the column header, delete and insert are both disabled, when it never used to be. To delete a column now, I need to go into the "delete..." function to open
|
| Double interface VSTO and VBA | 11 Dec 2006 17:41 GMT | 1 |
I need some help... I develop a VSTO app for Excel 2003, with VS2003+VSTO, written in C#. My pb is: * my business code is written in .NET
|
| Oulook - Switch To Unread Mail Folder | 06 Dec 2006 11:16 GMT | 4 |
I'm writing an Outlook Addin and I'd like to be able to force Outlook to switch to the Unread Mail folder - anyone know how I'd do this? TIA
|
| CustomTaskPane in Powerpoint 2003 | 05 Dec 2006 19:04 GMT | 3 |
I have VS 2005 and VSTO SE installed, and the CustomTaskPane function is not available in a ppt 2003 add-in. The following code: CustomTaskPane ctp = this.CustomTaskPanes.Add(new Collaborate(), "My Caption"); ...results in a "namespace "CustomTaskPane" could not be found" error ...
|
| How do I add a shortcut for my worksheet application? | 05 Dec 2006 00:22 GMT | 5 |
I have developed a custom worksheet application using VSTO 2005. The setup project is running fine and I would like to add a desktop shortcut to launch the custom Excel workbook. Adding a desktop shortcut is not a problem with a more traditional
|
| C# Accessor for Excel.Comment.Text ????? | 04 Dec 2006 11:40 GMT | 5 |
I'm stumped. How does one READ the text in an Excel.Range.Comment in C#? There is a Text method which is used to set the value but I cannot find anything for reading the text. I tried Comment.ToString() but that throws an exception.
|