| Thread | Last Post | Replies |
|
| Office 2007 and Document Level Development | 30 Apr 2007 16:53 GMT | 1 |
I know the document level templates in VSTO 2005 but how can I get this feauture if I have only Office 2007 installed? Installing VSTO 2005 does not work becuase it needs Office 2003. Installing VSTO 2005 SE does not help because it does not add the templates
|
| FormatConditions? | 27 Apr 2007 23:58 GMT | 2 |
I'm trying to set the FormatConditions of a row in Excel. Actually, it's for every row in a report I'm generating, knowing that as the user changes values in certain cells, I'd like that row to have it's background color changed to Red under certain conditions.
|
| Suggested design | 27 Apr 2007 20:07 GMT | 1 |
I currently have an Outlook 2k3 add-in. The purpose is to log emails to and from our customers. The way it is built now is that as each mail item enters the Inbox or Sent Items, my plug-in catches the event, checks to see if any of the addresses in the message are in
|
| Installing VSTO 2005 and Creating a Log File | 26 Apr 2007 20:54 GMT | 1 |
In my organization, we are trying to deploy VSTO 2005 to a large number of workstations via a software distribution tool (unattended install). I'm having some errors during the installs and I'm wondering if it is possible to have the installation program
|
| Debug Assertion Failed | 26 Apr 2007 12:39 GMT | 1 |
Hi everyone, I am not a programmer, just a guy with a laptop running xp that on boot up, once in a while I get this message titled Debug Assertion Failed. Can someone tell me what to do about this? How do I fix it? Program: C:\hp\drivers\hplsbwatcher\lsburnwatcher.exe
|
| Outlook Message Store Event!! | 24 Apr 2007 21:43 GMT | 1 |
Hello friends, Are there any Events available in OOM associated with Outlook Message Store? I want to trap the event when the user closes a Outlook Message Store.
|
| Outlook AddIn is not loading when launching outlook from C# Win AP | 22 Apr 2007 22:02 GMT | 1 |
I am having a problem in launching the outlook application using from a C# application. I have created an outlook addin and created a setup. (VSTO 2005) I installed the setup. Now when I launch outlook, the addin is getting
|
| Excel VSTO Problem | 22 Apr 2007 08:38 GMT | 1 |
I have a very strange problem with a Excel VSTO Document Application. I´m using VS2005 (No Service Pack), .NET FW v2.0.50727, Office 2003 SP2, Win XP SP2 I've created a very simple VSTO Document application and published it. The
|
| Need help calling C# dll method from excel 2003 | 22 Apr 2007 06:46 GMT | 3 |
I have a C# CLR library with a single method. My boss wants to call that method from within Excel 2003. Can someone provide some bare minimum class because I can't figure it out. I just need to expose the method in Excel - how hard can that be?
|
| Can Outlook 2007 do this? | 20 Apr 2007 20:18 GMT | 3 |
I am using VSTO SE and Outlook 2007. I've created what is essentially a toolbar along the bottom of the screen with various customized functionality. I would like to include a view of my schedule. I'm thinking at the very least something like what the free/busy check provides, ...
|
| Outlook 2007 And Rss Item Class/Field names | 19 Apr 2007 14:54 GMT | 3 |
If I want to create a "new" Rss Item from Code Using Vs 2005 VB, How do I reference the Classes and field names for Outlook 2007 Rss items using IMPORT statements etc...
|
| Access 2007 Runtime? | 18 Apr 2007 21:42 GMT | 4 |
I'm used to prior versions and the Package and Deployment Wizard. Is there no Access 2007 RT for VSTO 2005 SE? Thanks, Larry
|
| Unable to Load Outlook Add-In | 18 Apr 2007 10:20 GMT | 4 |
I'm unable to load any Outlook Add-In that I create. I started with the Hands-On Lab 1 and then backed off to just displaying a messagebox in Startup that just displays "Hello World". The messagebox I get in Outlook when I start Run the project using VS2005 is:
|
| Office 2007 How to remove a dynamically added ContentControl? | 17 Apr 2007 17:39 GMT | 1 |
// Startup myTable.Rows.Add(ref this.missing); myTable.Rows.Last.Cells[1].Range.Text = "Phone:"; myTable.Rows.Last.Cells[2].Select();
|
| Excel and VSTO | 16 Apr 2007 21:22 GMT | 1 |
I am struggling with the distinction between a VSTO Excel AddIn and a Shared AddIn. It seems that with VSTO Excel AddIn that I cannot reference it through VBA. Thus I cannot access any of its properties or methods through VBA code. With a shared add-in, I can reference
|