4
votes
3answers
400 views
Building a highly modular business application with WPF?
I'm fleshing out a WPF business application in my head and one thing that sparked my interest was how I should handle making it incredibly modular. For example, my main application would simply …
2
votes
0answers
53 views
MSN Messenger Add-in
Hi
Q1. I read that Add-ins are no longer supported in MSN Messenger, on the other hand i see articles talking about how to change registery settings to enable Add-in option. I am not sure what is …
1
vote
2answers
35 views
How do you install Firebug if your computer is isolated from the internet?
I have noticed that Firebug and some other addons I have browsed require that Firefox be installed and running for them to be installed.
That's a little inconvenient, given that my development …
1
vote
1answer
135 views
.Net Add-ins and versioning
Our media center add-in is shipped as a single DLL which lives in the GAC (mediabrowser.dll), we allow users to write extensions for our add-in by referencing our DLL and accessing the pre-defined …
1
vote
1answer
103 views
how to get the MS word screen position from the Ribbon control?
I want to get the word position, so that I can position my dialogs relative to the word on the screen in the event handler in the ribbon control
private void button1_Click(object sender, …
1
vote
2answers
144 views
Office (esp. Outlook) addins
We want to develop addins for outlook, word and excel. As of now I am aware of 2 types of solutions. One to go for Shared Add-in (COM based) and other to build VSTO based Add-in.
As I am new to this, …
1
vote
3answers
685 views
c# - assigning methods to dynamically created controls
Hi,
I'm designing an application that supports plugin development. Its more of a learning exercise.
I've come across a problem I don't know how to solve.
All of the assemblies (plugins) being …
1
vote
0answers
90 views
.NET developing with the System.AddIn namespace
Hi,
Im having lots of trouble trying to wire up events to the host application thats loading my addins.
For my first attempt, I made the class responsible for loading the addins implement an …
0
votes
0answers
29 views
How do I open a WPF window from Visual Studio add-in ?
If I do this code in a clean addins template in Visual Studio 2008:
public void Exec(....
{
....
Application app = new Application();
MainWindows _mainWindow = new MainWindows();
…
0
votes
1answer
85 views
Excel OLE - .NET COM AddIn behaves differently when Excel is embedded in an application
I have a .NET (C#) addin that uses a COM Shim dll to load itself into Excel. The addin works fine without any problem when Excel is run normally. The addin displays its own custom toolbar in Excel …
0
votes
2answers
394 views
C#: Excel 2007 Addin, How to Hook Windows Activate and Deactivate Events
I am writing an Excel 2007 Addin. using VS2008 and .net 3.5, C#.
I catched Microsoft.Office.Interop.Excel.Application's WindowActivate and WindowDeActivate events.
It was surprised to know that …
0
votes
1answer
175 views
Excel: A shape event handler (OnAction) that calls into my .net/shim code
I have a COM addin for Excel that adds a new toolbar/menu to Excel. One of the command reads a file and adds picture to the current worksheet. The pictures when clicked, calls a macro inside an XLA …
0
votes
2answers
262 views
Adding Ribbon support to Excel COM Addin
I have a MS Office COM addin written in C# (Visual Studio 2005) and uses a COM Shim dll. The addin DOES NOT use VSTO technology and supports Excel XP and higher. The addin adds a new toolbar and a …
0
votes
2answers
116 views
Can I Write AddIn to MS Word which was turn on another AddIn ?
Hello,
I Have a problem with my custom Addin to word because sometimes, MS Word was disabled my addin, and I need to write another AddIn, which Was enabled to turn - on/off my first AddIn. Is it …
0
votes
0answers
44 views
GetOrganizer not working on AppointmentItem object
I am trying to find the organizer of an appointment using AppointmentItem->GetOranizer
This is a COM addin in C++
I am seeing some peculiar behaviour
THe call succeeds if the Outlook user is NOT the …
