Vista issue with COMAddIn
Fri, 18 Jul 2008 03:34:35 -0500
Vista issue with COMAddIn
Hi All,
I add my code below. The problem is that in vista the function put_connected is not working. Is there any other way to disconect addin in vista.
Thanks,
Stojan
void DisableOneNoteAddin(bool state)
{
CComPtr<Outlook::_Application> spApp = GetMainApplication();
...
|
Re: Disable controls in Outlook 2007?
Thu, 17 Jul 2008 22:04:04 -0500
Any examples of this in C++?
...
|
Excel Add-In using COM / Ole Automation
Thu, 17 Jul 2008 17:13:01 -0700
I'm tasked with a project to develop an Office Add-In for (Word, Excel, and
Powerpoint). I have to use C++ and COM / Office automation to perform the
project, since I'm integrating another C++ library. I have the basic
functionality I'm looking for working within Word, but I'm running into
multiple roadblock ...
|
billigste autoreifen billige preise billige autoreifen test billige reifenh?ndler billige autoreifen flicken herstellungsjahr autoreifen
Thu, 17 Jul 2008 15:02:29 -0700
billigste autoreifen billige preise billige autoreifen test billige reifenhändler billige autoreifen flicken herstellungsjahr autoreifen
+
+
+
BILLIGE AUTOREIFEN KAUFEN
http://jhku.net/BILLIGE-AUTOREIFEN/
http://jhku.net/BILLIGE-AUTOREIFEN/
http://jhku.net/BILLIGE-AUTOREIFEN/
http://jhku.net/BILLIGE-AUTOR ...
|
VB.NET 2005 and Microsoft.Office.Interop.Outlook - what to deploy?
Thu, 17 Jul 2008 10:02:20 -0400
We have written a VB.NET 2005 application that references the
Microsoft Outlook 11.0 Object Library (Microsoft.Office.Interop.Outlook).
I have searched and have been unsuccessful in finding out what to deploy with our application to ensure that the email application will work. Specifically, do we need to incl ...
|
Read binaries of objects inserted into a Word document
Thu, 17 Jul 2008 06:19:01 -0700
Following types of objects can be inserted into Microsoft Word Document
1. Adobe Acrobat Document
2. Bitmap Image
3. Media Clip
4. MS Office Excel Worksheet
5. MS Office Word Document
When objects of above types are inserted into a Word Document, binaries for
inserted objects are stored in "embeddeings" fo ...
|
VSTO deployment issue
Thu, 17 Jul 2008 04:36:01 -0700
Hi,
I have an Office Add-In with one click deployment that works just great,
code signed all fine, except ...
When using for example Word I save a .doc based on a template containing a
customisation to a sharepoint document library. When I try to re-open the
document from the library the document ties to ...
|
|
|
Com Add-in wont load on deployment PC
Wed, 16 Jul 2008 07:59:43 +0200
Hello,
I have a problem with deploying a Com Add-in. On the development pc the
add-in works as supposed in powerpoint xp.
I created a installation routine and used it on the deployment pc. The
Add-in can be seen in Powerpoint unter Tools - Add-Ins
but I am not able to load it.
I checked all depencies from ...
|
Export embedded objects
Tue, 15 Jul 2008 07:07:02 -0700
Hello,
I am working on a Add-ins for Microsoft Office Word 2007 which saves
data in word document into some other proprietry XML format. I am able store
all the data except object embedded using "Insert->Object". Can someone guide
me how I can access OLEObjects embedded into Word document using Word O ...
|
Excel macro as part of my AddIn
Mon, 14 Jul 2008 16:07:31 -0600
Hi;
Is there a way for my AddIn to support a macro in Excel? And if so,
can it be used in part of a cell? I'd like to be able to have a cell
be:
dave(<wr:out select='/data/a'/>) * dave(<wr:out select='/data/b'/>)
Just like you can do sum (A2:A5) * avg(B2:B5)
We have an IExtensibility, not a VSTO AddIn.
...
|