New Post: Problems with Outlook-addin 4 all Users, .net 3.5.
Hi, due to some reasons I have to use netoffice for .net 3.5. When I set RegistryLocation to currentuser RegistryLocation(RegistrySaveLocation.CurrentUser)] Everything works as desired. But with...
View ArticleNew Post: Problems with Outlook-addin 4 all Users, .net 3.5.
yepp, this is a well known bug in NO 1.6 because the tools namespace was unpublished here(just a beta), but incredible, many customers want and use them. the problem is because the outlook tools addin...
View ArticleNew Post: Wizard Not Appearing in Pro Versions & Form Controls Appearing In...
Hi, The very first experience with the NetOffice Wizard sure was impressive. An excellent masterpiece for sure. However, with installation of the same upon my machine with VS2010 as well as VS2013...
View ArticleNew Post: Problems with Outlook-addin 4 all Users, .net 3.5.
TY for the information, I'll wait for 1.70. Regards, Andreas
View ArticleNew Post: Basic pre-requisites to use NetOffice
ClosedXML allows you to create Excel 2007/2010 files without the Excel application. The typical example is creating Excel reports on a web server.
View ArticleNew Post: Problems with Outlook-addin 4 all Users, .net 3.5.
just for info: overwrite COM register methods is a bit special because these methods was static. no chance to use virtual/overwrite. to overwrite a static register method for a NO Tools Addin you need...
View ArticleNew Post: Basic pre-requisites to use NetOffice
i agreed this. you may need to take a look to the ClosedXML project https://closedxml.codeplex.com NO is a helper to create desktop addins. the ClosedXML project allows yout to create excel very very...
View ArticleCommented Unassigned: Permanent exception Class not exists:...
We received this bug in few places. Usually it thrown in time of calling some classes instances like an IEnumerator, for example with LINQ methods. You could see one of them in example. Just launch...
View ArticleCreated Unassigned: contactItem.Display not working [20525]
I have written code which search contact based on email id and needs to display Contact Form, every other part is working but .Display property is not showing Contact Form for searched Contact.My code:...
View ArticleNew Post: How to access the workbook object from COMAddin
Dear members, I'm new to Visual Studio . I've programming background in vb and vba only and I'm new to NetOffice. I've added a sample procedure to the NetOffice 1.6.0\NET 4.0\Examples\Excel\VB\COMAddin...
View ArticleNew Post: How to access the workbook object from COMAddin
For project COMAddinRibbonExample from NetOffice 1.6.0\NET 4.0\Examples\Excel\VB\COMAddin Examples your code should look like this:PublicSub Test() Dim workBook As Excel.Workbook =...
View ArticleNew Post: How to access the workbook object from COMAddin
Dear friend, my sincere thanks for this piece of advice. I was trying different things for the past 2 days and I'm unable to figure out what went wrong and nor did I noticed this OnConnection sub. Once...
View ArticleNew Post: How to add / implement a worksheet function
Dear members, I've a sample function which I've inserted in to the NetOffice 1.6.0\NET 4.0\Examples\Excel\VB\COMAddin Examples. But this function is inaccessible as a worksheet function. Public...
View ArticleCreated Unassigned: Excel ProtectedViewWindowDeactivateEvent not firing [20531]
Working with protected view on excel document. The ProtectedViewWindowDeactivateEvent is not firing. Not sure why as it does with the word documents. Already compared the event signatures in the two...
View ArticleNew Post: C# Word Addin - Get selected text OR read all
Hi all, I am programming a Word Addin in C# using Netoffice. I want to get selected text or (if nothing is selected) all text. I found that snippet: string selectText = string.Empty; Word.Selection...
View ArticleNew Post: PowerPoint add-in task pane transparency
Hi, I have a default add-in project for PowerPoint generated by Netoffice Toolbox. The add-in contains a task pane with a user control. When I test the add-in in PowerPoint, the task pane's background...
View ArticleCreated Unassigned: Application.GetActiveInstance throws ArgumentException...
From stack trace:"System.ArgumentException was caught HResult=-2147024809 Message=component Source=System StackTrace: at System.ComponentModel.TypeDescriptor.GetDescriptor(Object component, Boolean...
View ArticleNew Post: How to check for corrupt presentations/invalid files?
Hi, I'm writing a small utility with NetOffice that works with PowerPoint presentations. My question is, is there any way I can check if the presentation opened with...
View ArticleCommented Unassigned: Application.GetActiveInstance throws ArgumentException...
From stack trace:"System.ArgumentException was caught HResult=-2147024809 Message=component Source=System StackTrace: at System.ComponentModel.TypeDescriptor.GetDescriptor(Object component, Boolean...
View Article