| Thread | Last Post | Replies |
|
| Is it possible to use VSTO with Word 10 (Word XP)? | 30 Mar 2005 17:00 GMT | 2 |
Is it possible to use VSTO with Word 10 (Word XP) or am I limited to COM (IDTExtensibility2) add-ins? Thanks, Alex.
|
| Change CmmandBars in a Single Instance Only? | 29 Mar 2005 21:50 GMT | 8 |
Help! Assumming, vb.Net, VSTO, and Office Pro 2004 --- How do I modify which CommandBars are visible in only my instance instead of all instances.
|
| Need .NET add-in to work with future versions of Word. | 29 Mar 2005 18:34 GMT | 2 |
I am writing an IDTExtensibility2 MS-Word add-in in C#. I would like it to work in Word XP (2002) and subsequent versions as well (2003, 2005, ...) As I understand, it is not a problem with a plain COM add-in (not
|
| Deployment issue :( | 28 Mar 2005 08:19 GMT | 2 |
I am having one tough time depolying a solution on a box without the dev environment. Wondering if you have any ideas. Code is signed. I always get:
|
| QueryInterface for interface Excel._Application fail , Excel Autom | 28 Mar 2005 05:25 GMT | 1 |
We are using Excel 11.0 library in one of my c# project. We instantiate the excel objects in the c# code and creating excel file on the server side. The code is working fine on the local machine but it is failing on the dev machine with the following description. Both machines ...
|
| DataSet Export to Active Workbook | 24 Mar 2005 19:25 GMT | 1 |
This was easy in VBA, but I am having a very difficult time in VSTO. I am opening an instance of a form from a custom menu item on the Excel toolbar. Using controls on the form, I am building a query string and then querying SQL Server and creating a dataset. Next, what I want to ...
|
| insert Visio drawing porgrammatically into Word | 23 Mar 2005 22:55 GMT | 1 |
Hi I'm trying to insert a .vsd into word. I'm assuming it's using the word.range.insertFile() call, but can anyone tell me what paramters I need to pass as wella s the filename? I'm assuming I need to bing the object to Vision, but how do I do this?
|
| handlers/code not working outside of IDE - please help | 22 Mar 2005 23:06 GMT | 4 |
I've sent this mail before, with no repsonse, is there anyone that can shed some light as to how I can debug this to figure it out? I have no idea as to figure out why the event handlers for the command bar etc stop working in the non-IDE environement. I'm wondering if there's ...
|
| Send mail | 21 Mar 2005 19:00 GMT | 1 |
How can I put the mail in the outbox of 'Outlook' or send email using 'Outlook' through vb.net or c#.net Regards, nitin
|
| Visua Studio .NET and Tools for Office | 21 Mar 2005 15:22 GMT | 1 |
I have installed Visual Studio .NET and I am new to Microsoft technologies. Now I would like to use Word Object Model to modify Word documents. But New->Project-> I do not get the option of Microsoft Office Tools. Do I meed to install Tools separately ?
|
| Excel addTextBox C# | 20 Mar 2005 13:36 GMT | 1 |
I'm trying to add a textBox to a chart in C#. I add a label/textBox, using the following command: private Excel.Chart selfRestChart; Excel.Shape shape =
|
| VSTO vs VBA | 20 Mar 2005 08:13 GMT | 7 |
I apologise in advance if this is answered further down but I've looked and not been able to find answers to a few queries I have. I've been asked to estimate how long it will take to convert our Word macros / templates to .net. The business case seems to be that they "think they
|
| VSTO vs VBA | 19 Mar 2005 10:57 GMT | 2 |
I apologise in advance if this is answered further down but I've looked and not been able to find answers to a few queries I have. I've been asked to estimate how long it will take to convert our Word macros / templates to .net. The business case seems to be that they "think they
|
| Changing Word 2003 appearance programmatically, please | 18 Mar 2005 23:23 GMT | 2 |
Hi! I created a custom template that gets attached to a new Word document programmatically from a C# exe. It works OK but the users all complain about the difficulty to distinguish between the custom document opened from a template and a regularly opened document. I am wandering ...
|
| determine what GC.Collect will throw out | 15 Mar 2005 06:50 GMT | 1 |
I've been working several days to figure out why showing a CustomForm on Word was causing me problems. I started to notice that when I removed all the controls and made it a basic Form, it lasted longer, but eventually it would still kill the code.
|