| Thread | Last Post | Replies |
|
| VSTO and .NET languages | 30 Aug 2004 10:17 GMT | 2 |
Can the VSTO technology (office PIA) be used by all .NET languages? In my case this would mean Delphi. Any specific points to take into attention? kiand regards,
|
| Deploying VSTO applications to Office 2003 Standard? | 28 Aug 2004 23:03 GMT | 3 |
As a developer, I need Office 2003 Professional to use VSTO. However, my organization uses Office 2003 Standard. Is it possible to deploy my VSTO applications to workstations running Office 2003 Standard or do we need to upgrade all our workstations to
|
| Problems with excel.exe.config | 26 Aug 2004 06:20 GMT | 2 |
I've placed the file in C:\Program Files\Microsoft Office\OFFICE11 (where EXCEL.EXE resides), but my code isn't able to read values from the appSettings section. Any ideas? My code is runing with full trust and the only exception being
|
| CommandBar Buttons | 24 Aug 2004 00:41 GMT | 1 |
I was wondering if there is a documented way to hook the CommandBar buttons in Word/Excel like in vba. (i.e. OnAction = "action") and have it run a add in function. I would like to hook the file->save and file->open events to launch a winform in this case.
|
| using msforms list box from c# excel application | 24 Aug 2004 00:37 GMT | 1 |
Easy one: Does anybody have a sample, I'm having a somewhat tough time populating my multi-select listbox from my project. Thanks, Bryan
|
| Re: deactivate Macros | 23 Aug 2004 09:42 GMT | 4 |
I want to prevent Macros by using WordBasic. Because i am using C# i have to (i think so) implement the IDispatch interface. There are less informations about this topic, but what i find does not work. I dont get an error, but Macros still run.
|
| two questions to get started | 22 Aug 2004 18:55 GMT | 1 |
In order to get started with Excel 2003 COM-Addin development with C# I have two question: 1. Where can I find the Excel-Object-Lib. documention ? Have searched all over MSDN, but could not find anything.
|
| Deploying VSTO applications | 19 Aug 2004 19:33 GMT | 5 |
Is it correct that all a user PC needs in order to run a VSTO application or SmartDocument is the .NET runtime, Office 2003 with Office 2003 PIA's? Will VSTO2 have the same requirements? Thanks
|
| Code does not run | 18 Aug 2004 23:06 GMT | 3 |
Ok I am new to VSTools for Office: I have created a simple word doc with a bookmark where I want to set the text. I have inserted my code in the ThisDocument_New event but when I go into
|
| DDE Link Change Event | 09 Aug 2004 18:12 GMT | 1 |
How do I determine if a DDE link has updated on a worksheet? Excel.DocEvents_ChangeEventHandler does not fire when DDE links update. If not possible, how do I generate a clock event so I can poll the
|
| keypress/keydown events in Excel | 03 Aug 2004 14:34 GMT | 1 |
Is there anyway to catch the keypress/keydown events in Excel projects, I'm trying to create a tabing order to cells. Thanks, bryan
|
| Problem: Office Add-in Setup | 03 Aug 2004 01:07 GMT | 3 |
Hi ppl, I wrote simple Office Word Add-in with VS .NET and it works with no problem on my system after Setup. (I build Setup on this system also) -Windows 2000 Server
|