AppSettings not saved in Outlook AddIn
Sun, 30 Mar 2008 18:11:04 +0200
Dear Newsgroup.
I am creating an Outlook 2003 add-in using the VSTO 2005. I have added an
app.config file to the project and after adding a reference to
System.configuration, I can access the appSettings defined in the config
file using the System.Configuration.ConfigurationManager.AppSettings named
value ...
|
VB 2005 with Outlook
Thu, 27 Mar 2008 11:37:01 -0700
I am trying to deploy an application that automatically adds appointments to
a shared outlook calendar. Obviously, all the users have Outlook (Office)
installed on their machines, but what happens when they have different
versions of Outlook, e.g. one person has Office 2003 and the rest have Office
2007. W ...
|
.Net Class Library Collections for COM consumption.
Thu, 27 Mar 2008 11:17:20 -0700 (PDT)
I am in the process of creating a class library that is intended for
consumption by VBA in an Excel Workbook. The thought being that this
will create a transition period as we migrate from VBA based solutions
to .Net solutions.
I have not done any COM development before and I am having a couple of
problems. ...
|
Get VSTO SE AddIn Version to display during runtime.
Wed, 26 Mar 2008 11:04:05 -0700
How do I get the version of the addin currently running? ...
|
Windows 64 Bit Compatibility Question
Fri, 21 Mar 2008 11:06:30 -0000
Hi
I am currently using Windows XP SP 2 32bit, I am thinking of installing the
64 bit version because of the 3.5GB RAM limitation.
The questions I have is about software:
1) I use Office 2007 will this still work?
2) I use Visual Studio Tools for Office 2005, will this work?
3) I use Virtual PC 2007, can ...
|
VSTO install package-How to check for prerequisites and skip them
Thu, 20 Mar 2008 08:00:05 -0700
Hello all,
I created Setup Package for My Excel add-in projetc according to the article
"Deploying Visual Studio 2005 Tools for Office Second Edition Solutions Using
Windows Installer"
I add prerequisites such as 2007 Interop assemblies(Office2007PIA). and when
I run my setup file it does install it .But ...
|
VSTO DocumentBeforePrint, Cancel = True Still Prints the document
Thu, 20 Mar 2008 00:18:24 -0700 (PDT)
Hi
I am trying to stop user from printing the document.
I am using VSTO add-in, I added code "Cancel=true" in BeforePrint
event this still allows user to print the document.
My Code Snippet...
Private Shared Sub Application_DocumentBeforePrint(ByVal Doc As
Microsoft.Office.Interop.Word.Document, ByRef Cancel ...
|
|
|
Error message Second Post Any Help is Appreciated
Wed, 19 Mar 2008 19:33:04 -0400
I am interested in creating a new ribbonbar with VS 2008 When I open a
new project I get the following error message
Warning 1 This project references the primary interop assembly
for Microsoft Office PowerPoint 2007, but this primary interop
assembly is not installed.
But i have installed the primary i ...
|
Problem with customizong ribbon in Outlook 2007 OnLoad
Tue, 18 Mar 2008 16:47:58 +0100
Hello!
I'm making VSTO add-in (VS2008) for helpdesk. I'm trying to customize Ribbon
on load "read email" inspector.
I have ready code, but I'm trying to do something like that:
When email is comming with subject "Opened entry" i want to display
RibbonGroup "New Call" with button "New"
When email will have ...
|
Show Dialog Box
Wed, 19 Mar 2008 00:35:33 -0400
Is there a way to programatically show the add-in dialog box in VSTO
in a Ribborbar using VB.net 2008 (I know how to creat the button bar
but do not klnow the code to trigger displaying the dialog box) ...
|