Cross Office Add-in Application Domain Access
Fri, 11 Jan 2008 10:28:02 -0800
I have found that pure managed code add-ins have the ability to act upon menu
items created by other managed and unmanaged add-ins. However, unmanaged code
add-ins cannot act upon other managed and unmanaged add-ins menu items. I am
assuming it is because unmanaged add-ins get loaded in isolated app domains
...
|
Custom save as
Fri, 11 Jan 2008 08:11:03 -0800
Hi,
I work at a small engineering firm with 10 computers that all have Office
outlook 2003, all the employees save important e-mails to our internal server
but often forget to change the save as file format... so we end up losing any
attached files that were in that e-mail.
How can I change the default s ...
|
Can you recommend a dev approach?
Fri, 11 Jan 2008 13:41:54 +0100
Apologies if the shotgun approach offends anyone (or if I have just droned
on far too long...) but I can't a priori see which single forum this might
have been most appropriate for...
I've been using MS Office since it came into existence; I am currently using
Word 2002 (considering migrating to Word 2007) ...
|
Updating Outlook calendars from C#
Wed, 9 Jan 2008 08:59:04 -0800
Hi,
Can anyone advise how I can update an Outlook calendar 'That is NOT the
DEFAULT Calendar' with Appointments using C# Code.
I can successfully update Appointments in the Default calendar but have yet
to find a way to do this for any other manaully created Calendar.
Any help greatly appreciated.
Reg ...
|
english to tamil language translation
Sat, 5 Jan 2008 18:35:01 -0800
Pls help to find translation for from English language to Tamil language ...
|
PowerPoint automation: missing classes
Fri, 04 Jan 2008 20:29:51 -0500
I wanted to get the Windows collection and the Window object, but these classes do not
appear in the "Add from Type Library" option using MSPPT.OLB. Any advice as to how I can
get windows collection and window objects in an MFC application (VS2003, Office 2003 [11])
joe
Joseph M. Newcomer [MVP]
email: new ...
|
MS Word Help please
Fri, 4 Jan 2008 08:12:01 -0800
Hi,
Can anyone explain why when I open a MSWord file that is on a USB key then
NO ~$ file appears?
However when I open the same file on my C or D drive a ~$ file does appear.
Any advice/suggestions would be be appreciated.
Regards Andrew Mercer
--
Andrew Mercer
----------------- ...
|
|
|
Excel Add-in not working
Fri, 4 Jan 2008 05:20:00 -0800
Hi i created Excel Addin. It's working under VS2005, but if i want to install
it , it doesnt'work. I tried to put it there manualy with "Browse" but it
write:"Addon is not valid" ...
|
C# and Excel Ref
Wed, 2 Jan 2008 14:29:10 -0800
Hi!
I have a problem.
I am using VS 2005 C# to create a small window app, basically the app is
programmatically to open an existing Excel file and update it then close the
Excel file.
Excel 2003 (Version 11.6102.3412) is installed on my dev environment. The
window app is successfully compiled a ...
|
Issue Converting XML to XLS File
Wed, 2 Jan 2008 14:10:09 -0800
using System;
using System.Data;
using System.Xml;
using Microsoft.Office.Interop.Excel;
using Microsoft.Office.Core;
using System.Runtime.InteropServices;
namespace XMLConvert
{
class Class1
{
static void Main(string[] args)
{
try
{
Object paramMissing = Type.Missing;
String Fil ...
|