| Thread | Last Post | Replies |
|
| Outlook Contacts: Display VSTO AddIn form in the reading pane, or Change the form class on the fly displayed in the reading pane | 30 Jun 2005 22:59 GMT | 1 |
I'd like to display custom properties in the reading frame, but use the standard Ol2003 form when the user edits the contact. Is this possible? Also, can custom item properties (fields) exist for an item, and display only in the custom form, not in the standard OL contact form?
|
| Problem VSTO 2003 with Excel | 30 Jun 2005 14:45 GMT | 1 |
I wrote an excel workbook project with vsto 2003 : it works fine on my dev pc but not on end-user pc with office basic (it works fine with Office Pro) Thanks for any answer
|
| Create Word Document from ASP.NET | 29 Jun 2005 23:08 GMT | 1 |
From ASP.NET, I would like to create a new word document. Once created, this document can be saved on the server. Using Windows forms, my tests were successful. But, my ASP.NET attempts are failing with System.UnauthorizedAccessException and NullReference exceptions. To try ...
|
| Problem Overriding Word menu items using VSTO 2005... Shortcuts not firing menu click event | 29 Jun 2005 21:01 GMT | 2 |
I'm trying to override the menu Paste item using VSTO 2005 but I'm having problems. It seems that if i click the menu item(Edit\Paste or right click paste) my event code works but if i use the shortcut keys(CTRL-V) my event code does not fire.
|
| Deploy a VSTO tool to 100 users... | 29 Jun 2005 19:04 GMT | 2 |
Say I develop a new tool using VSTO (like the Statusbar example, plus some other features). How do I deploy that to my 100 users in an unobtrusive way? We have SMS so, would I use VS2005 to create an installer/msi that can be
|
| Outlook Samples | 29 Jun 2005 04:47 GMT | 1 |
Is anyone aware of any sample interacting with Outlook using the new VSTO release, but not as a plug-in? In other words, a stand-alone application that instantiates the Outlook.Application object and is able to perform actions, respond to events, etc.? Is this even possible?
|
| Can't run from network share (VSTO2) | 29 Jun 2005 00:25 GMT | 5 |
Just trying one of the walkthroughs and can run from my local machine just fine, but not when deploy to network share. I set Full Trust via the msc tool. I tried mapping the drive rather than use UNC. Using caspol -rsg I see:
|
| How to verfiy the folder's type | 28 Jun 2005 23:01 GMT | 2 |
Hy, I must verify that the current folder is the contact folder. I use this following codes: this.ActiveExplorer().CurrentFolder.DefaultMessageClass == "IPM.Contact"
|
| Associate code with a document | 28 Jun 2005 22:50 GMT | 1 |
I have an application that helps a user create a Word document. After that document is created I would like specific code (C#) to run whenever that document is opened (like I can do with VBA today). I've heard that you can associate a .NET assembly with a Word document (via
|
| correct way to build and destroy menus/menubars | 28 Jun 2005 22:32 GMT | 1 |
greetings all, Using the VSTO beta 2 and a word template project.. I would like to create a CommandBar and a CommandBarPopup with a bunch of CommandBarButton underneath..
|
| Can I add a new group to the left navigation bar in Outlook? | 27 Jun 2005 21:59 GMT | 1 |
Is it possible to add a new group to the left navigation bar in Outlook (Like Mail, Calendar, Tasks, etc)? If so, how would I do this with an Outlook add in using VSTO? Also, is there any Outlook API documentation online?
|
| Debug vs. Prod builds | 27 Jun 2005 17:56 GMT | 1 |
Good day all, Is there any reason why you couldn't run an application in production with the development build? I understand the prod build would remove debugging symbols, but would there be any other reasons?
|
| Unable to created Outlook Add-in project | 26 Jun 2005 05:03 GMT | 1 |
I'm unable to create an Outlook Add-in project with Visual Studio 2005 Beta 2. I have installed the Outlook VSTO add-in support and Outlook 2003 with SP1, however I get the following error when I try to create the project: "Microsoft Office Outlook 2003 SPI or newer is not ...
|
| Associate .NET assembly with Word document | 24 Jun 2005 15:42 GMT | 1 |
I would like to have a .NET assembly (exe) run when a Word document executes. I have read that in VSTO 2005 Beta2 there is a ServerDocument object that can be used to read/write xml into Word documents. Supposedly this xml is
|
| Insert RTF text into a bookmark in a Word 2003 document | 24 Jun 2005 02:18 GMT | 1 |
How can I insert formated RTF text into a bookmark, in a Word 2003 document, from a Visual Basic .NET 2003 windows application? Thanks in advance, AGil
|