VS2005 Excel 2002 addin won't load
Tue, 10 Jun 2008 15:00:34 -0700 (PDT)
Hello,
I am having trouble to make a "Hello World" Excel add-in work.
When I program and compile the add-in with Visual Studio .NET 2003
(framework 1.1) it will work fine. But when I use Visual Studio 2005
(framework 2.0) it won't work; it won't load.
I have tried in other computers and both work fine. So ...
|
Callback Interface functions NOT being Called
Mon, 9 Jun 2008 22:47:38 -0700 (PDT)
Hello All,
I have a office outlook ATL-COM addin.
In the main class I am implementing
IRibbonExtensibility and
a callback interface interface ICallbackInterface which implements the
callback functions of the buttons I create in Ribbon interface.
My interface MAP looks like this
BEGIN_COM_MAP(CConnect)
CO ...
|
Debugging a Word 2003 add in in VS 2008
Mon, 9 Jun 2008 11:43:30 -0700 (PDT)
I was wondering if anyone else had encountered this problem or has any
solutions.
In VS 2008 I have created a new Word 2003 add-in. I'm just doing a
simple 'Hello World' test add-in. The add-in installs successfully. I
have set up the project to debug using Office 11 - WinWord (Office
2003). But, when I begi ...
|
Crash when inserting OLE control in Word table
Mon, 9 Jun 2008 00:18:00 -0700
Hi,
Our application is a plug-in into MS Word. A crash occurs when we try to
insert our custom OLE control into a table. The code snippet is:
//In header file
Word::_ApplicationPtr m_pWord;
//In cpp file
pWord->Selection->InlineShapes->AddOLEControl(&vtClass);
//vtClass is an initialized CComVariant; ...
|
infinite document
Sun, 08 Jun 2008 16:01:57 -0600
Hi;
Please open the rtf file in
http://www.windwardreports.com/temp/infinite.zip in Word 2003. 2 page
document like it should be.
Now open it in Word 2007. The page count keeps climbing until it hits
about 23,000 pages and then Word dies.
1) Please let the Office team know of this bug.
2) If possible, ...
|
Excel 2007 C# CustomDocumentProperties
Thu, 5 Jun 2008 08:36:40 -0700 (PDT)
I created an add-in for Excel 2007 in C# (.NET 3.5). I am trying to
get access to the Custom Document Properties and when I try and
retrieve the collection using the below code I keep getting a null
value for the collection.
Microsoft.Office.Interop.Excel.CustomProperties properties =
app.ActiveWorkbook.Cust ...
|
Uninstalling shared addin does not remove information of the
installer from outlook system info.
Thu, 5 Jun 2008 05:34:12 -0700 (PDT)
Hi,
I created a shared addin installer and installed that on my machine.
Now I made some changes to my code and therefore created new
installer. However when I unstall my previous version and install my
new version, Information of my previous installer from outlook system
info is not removed. I want to have ...
|
|
|
How to Programatically paste the clipboard contents to a word docu
Thu, 5 Jun 2008 05:24:00 -0700
Can anyone tell me how to Programatically paste the clipboard contents to a
word document using C#??
I am very new to programming (2 months). I am using Visual Studio.NET and
C#. I have made an Add-In for Word. One of the controls in my Add-In
Programatically copies a textbox (richTextBox1) contents to th ...
|
Bitmap och icons
Thu, 5 Jun 2008 01:00:01 -0700
Var kan jag finna de bitmaps och icons som används i Microsoft Office?
Tackar på förhand,
Lennart ...
|
What's the padding in a cell of a spreadsheet (XLSX)?
Wed, 04 Jun 2008 14:47:54 -0600
Hi;
XLSX does not appear to have a setting for the padding in a cell, yet
cell contents are padded a bit and also the padding appears to change
between text and numbers. Any idea how this works?
thanks - dave
david@at-at-at@windward.dot.dot.net
Windward Reports -- http://www.WindwardReports.com
me -- ht ...
|