| Thread | Last Post | Replies |
|
| VSTO 2005 ActionsPane Bug in MS Word | 28 Apr 2006 11:49 GMT | 4 |
I have successfully implemented a UserControl into MS Word ActionsPane using VSTO 2005 (.NET 2.0). However, lately I have noticed a very strange behavior with my UserControl. My UserControl refuses to respond to any keyboard or mouse input. Any
|
| AddOLEObject | 27 Apr 2006 12:05 GMT | 2 |
I'm working on a project, where the user clicks on a button, which I've added to all Office applications, and an activex controller gets inserted to the current document. This is the code for inserting the controller, in c# and for powerpoint.
|
| Multithreading vsto 2003 | 26 Apr 2006 14:33 GMT | 7 |
I am writing a VSTO 2003 solution using Excel as the front end (please don't ask me why) It is a real time application that needs to repeatedly update data in worksheets and charts. Sometimes in response to user events at other times
|
| Refreshing the data in a shared workbook with VSTO | 24 Apr 2006 19:43 GMT | 4 |
We have an Excel 2003 workbook, automated with VSTO, on a shared network drive. The workbook contains pivot tables that refresh from live database data when the user clicks a button. It takes about 10 minutes to refresh all the data.
|
| C# Inserting array objects into excel range | 24 Apr 2006 15:32 GMT | 1 |
I hope someone can help me with this. Im working with Visual Studio .NET 2003 (C#) and Microsoft Excel 2002. There are 2 arraylists, one "AL1" with string values and the other "AL2" with long values. Both have the same length, iLength. I need to insert these
|
| VSTO 2003 Deployment Problems | 19 Apr 2006 16:17 GMT | 2 |
We are currently experiencing a problem with deploying a VSTO 2003 solution (Excel Workbook). The following will describe our problem... Deployment model: Excel workbook locally
|
| Copying and running VSTO customizations between network shares | 19 Apr 2006 16:00 GMT | 3 |
We have created a simple VSTO customization for Excel, and have deployed the customization to a network share via the project's "Publish" Properties tab. Users have requested a different path on the network for the spreadsheet than the deployment folder. I initially attempted ...
|
| Visual Studio VSTO or Professional dilemma | 19 Apr 2006 00:06 GMT | 4 |
I'm having a little trouble figuring this out. I just want to make sure I have it clear. I want to purchase Visual Studio Professional because a majority of my development is not office related. However I have been doing some office development and would like to take
|
| VSTO 2005 and InfoPath Template!? | 17 Apr 2006 17:13 GMT | 1 |
hey ... i wanted to know if the templates for the creation of InfoPath projects? if not then how can i make one ... as like Word or Excel Workbook thingy? simply speaking ... i want .net code behind in infoPath forms? is it
|
| VSTO using Cells(5,3):Cells(8,3) instead of "C5:C8" in Excel | 13 Apr 2006 13:37 GMT | 4 |
I am trying to move from writing VBA in Excel to using VSTO. I am used to being able to use Cells(Row,Col) just about everywhere and most of my VBA code is written that way. The code at the bottom works but I don't want to use the "C5:C8" syntax. I am able to go to a single cell ...
|
| Strange habit with Shared Addin in Word | 13 Apr 2006 09:42 GMT | 1 |
I've created a shared addin for Word 2003 in VS 2005 with has a strange habit. The shared addin creates a commanbar. Everything is working fine, except that the buttons won't fire if you add new documents in Word. Only in the available empty document or the last the buttons work, ...
|
| error while using hands-on labs | 12 Apr 2006 21:22 GMT | 4 |
I have Windows XP with VS .net 2005 and just downloaded the vstools for office and the hands-on-lab VSTO-OutlookHandsOnLab.msi. I double click the HandsOnLab.sln
|
| Quickstart for VSTO 2005 ? | 12 Apr 2006 17:26 GMT | 1 |
Can anyone tell me if there is a quickstart demo for this Visual Studio 2005 Tools for Office ? If so, please let me know where and how to get it. Regards, Eric.-
|
| How Do I create a user-defined field in Outlook on the fly? | 12 Apr 2006 12:55 GMT | 2 |
How Do I create a user-defined field in Outlook on the fly in VB.net. I have VSTO installed. Thanks In Advance, AC92
|
| Editing Restriction | 12 Apr 2006 10:25 GMT | 4 |
I have a Word Template project created using VSTO 2005. I am trying to restrict the editing of the document except from the actionpane form. I am doing it from the VS 2005 IDE, the button which says "Yes, Start Enforcing Protection" never gets enabled. Then I came to ...
|