Quantcast
Channel: NetOffice - MS Office in .NET
Browsing all 1741 articles
Browse latest View live
↧

New Post: Automating Netoffice

If i create simple dummy call and put into a basic thread versus an application domain I get the following: Attempt has been made to use a COM object that does not have a backing class factory. I just...

View Article


New Post: Automating Netoffice

" Attempt has been made to use a COM object that does not have a backing class factory." this message means the original memory instance(in word application memoryi) behind the com proxy is dead. not...

View Article


New Post: Referencing Outllook API

The DLL's are from the 1.6 release of CodePlex NetOffice. The framework that I am using is DotNet 4.5. I have referenced the 3 DLL's - "OutlookAPI.dll","OfficeAPI.dll" and "NetOffice.dll" of v1.6....

View Article

New Post: Registry Entries for Addin Deployment

Hi, NetOffice is simply GREAT. I have developed Office Addin using NetOffice and its working perfectly with Office 2007, Office 2010 and Office 2013. Now i want to deploy the Addin using an Installer....

View Article

New Post: ActivePresentation: Invalid request, there is not active presention

Hi, I have once again a Problem ;-) I try to get the currently open presentation to modify document properties while starting the plugin.PowerPoint.Application powerPointApplication =...

View Article


New Post: ActivePresentation: Invalid request, there is not active presention

quick and dirty way is with an timer but it's not nice!!!!

View Article

New Post: Getting started????

I have a couple of Outlook 2010 addins I want to convert to Netoffice. The reviews look great, however nowhere does it seem to tell you how to use it? Does anyone have a quickstart tutorial? thanks Rim

View Article

New Post: Outlook.ExplorerEvents_10_SelectionChangeEventHandler ???

Hi guys/gals, converting a an Outlook 2010 addin to NetOffice but can't for the life of me find the Outlook.ExplorerEvents_10_SelectionChangeEventHandler equivalent. Anyone? thanks

View Article


New Post: Outlook.ExplorerEvents_10_SelectionChangeEventHandler ???

I suppose you mention Outlook.ExplorerEvents_10_SelectionChangeEventHandler from the MSDN sample:privatevoid ThisAddIn_Startup (object sender, System.EventArgs e) { currentExplorer =...

View Article


New Post: Getting started????

Create a class library (as Outlook addin is a DLL)Add reference to extensibility.dll (for implementing IDTExtensibility2 interface)Add references to NetOffice assemblies: OutlookApi.dll, OfficeApi.dll,...

View Article

New Post: PowerPoint hide window

I use PP 2010. If I change the size of the window then the size is also small if the user opens it again. I think minimizing the window is the best workaround...

View Article

New Post: Outlook.ExplorerEvents_10_SelectionChangeEventHandler ???

I can't seem to make that work, have you got an actual code example like the msdn one? thanks

View Article

New Post: Getting started????

Brilliant thanks No 4 - you mean "public class Addin : COMAddin" ?

View Article


New Post: Registry Entries for Addin Deployment

It's a question I will want answering soon. I know the VSTO ones are like this: Windows Registry Editor Version 5.00...

View Article

New Post: Getting started????

COMAddin seems to be a VSTO wrapper. As Visual Studio itself (without Tools for Office) and NetOffice know nothing about it no. 4 should be like this:using Extensibility; publicclass Addin...

View Article


Source code checked in, #104418

[Regular Commit] - add concept test (CreateOutlookAppIfRunning)

View Article

Source code checked in, #104419

[Regular Commit] - new option for NOTools.CSharpTextEditor (AllowAddFileReferences - allow user to add non-gac references from local file system) - some minor improvements

View Article


New Post: Deploying Outlook Addin to LOCAL_MACHINE

Hi, I dev an addin (re)offering PowerPoint hidden format as html and mhtml, thx to your great job it is working fine on my personnal laptop (Win7 32bit). But then, at work, it is not working so fine.....

View Article

Reviewed: NetOffice 1.6.0 (Nov 09, 2013)

Rated 5 Stars (out of 5) - This product is simply amazing. Sebastian has picked up where Microsoft left off many years ago by creating a product that facilitates easy add-in creation in .NET that...

View Article

Source code checked in, #104640

[Internal Commit] - delete Tools

View Article
Browsing all 1741 articles
Browse latest View live