Source code checked in, #104644
[Regular Commit] - add Tools - add NOToolstests.ComponentModel1 - update NOToolsTests.CSharpTextEditor2 - update NetOffice COM Addin Examples
View ArticleNew Post: How to debug in the applications directly?
I know this is a really old thread, but I found a technique that someone else has posted very useful: Last section of this...
View ArticleNew Post: Possible bug in 1.6/1.7 NetOffice.OutlookApi.Tools.ComAddIn
Possible bug in 1.6/1.7 NetOffice.OutlookApi.Tools.ComAddIn: // register addin in Word Registry.CurrentUser.CreateSubKey(_addinOfficeRegistryKey + progId.Value); RegistryKey regKeyWord = null;...
View ArticleNew Post: Possible bug in 1.6/1.7 NetOffice.OutlookApi.Tools.ComAddIn
thanks for your bug repsonse. i want clearify the situation asap. its important for me to know how you get the source code. in other words: is this NO 1.6.0 or NO 1.6.1(no official release) or NO 1.7...
View ArticleNew Post: Possible bug in 1.6/1.7 NetOffice.OutlookApi.Tools.ComAddIn
Sebastian These are 1.6.0 and 1.7 preview from downloads page. I've recompiled the code in NetOffice 1.7.0 (Preview)\Source to get to the bottom of a registration error for LocalMachine installation....
View ArticleNew Post: Outlook IRibbonControl context - unable to cast to Inspector
Had similar knowledge issue. Thanks! Working on a word addin and needed to get the current document that is refreshing the editbox. When a control is invalidated and there are several documents open...
View ArticleNew Post: Application.GetActiveInstance throws exception "The object's type...
Hello i have the same issue.... the problems ocurs on Windows 8 with UAC activated... office 2013, if UAC is desactivated, no error ocurr... i'm using current stable version NetOffice 1.6.0...
View ArticleNew Post: Target on invocation
Some times when i try to get entity (eg Selection.ShapeRange), i have exception target of invocation. How can i check for entity is available for get?
View ArticleNew Post: Moving the Code Base Up From .Net 2.0
Sebastian, Any thoughts on when, or if you, might advance the code base to something like .Net 3.5? Had a contribution idea, but realized I would have to unlearn <grin> a few ways of doing things...
View ArticleNew Post: Moving the Code Base Up From .Net 2.0
hey, not sure what you mean. whats wrong with NO source code? did you have problems to use NO in .Net 2.0 ? *Sebastian
View ArticleNew Post: Possible bug in 1.6/1.7 NetOffice.OutlookApi.Tools.ComAddIn
hm okay, this is may a OpSystem problem. did you use a 64 Bit operating system? (looks like NO does something wrong on 64Bit windows) Sebastian
View ArticleNew Post: Moving the Code Base Up From .Net 2.0
Sebastian, No problems to report with NO. I would like to contribute some source code to NO, some additional features. The challenge is that it would have to be .Net 2.0 compatible which means I could...
View ArticleCreated Unassigned: Bug with group selection PowerPoint [20431]
1. Place on slide several shapes.2. Group them.3. Select child shape.4. Press CTRL and select group5. Try to enumerate Selection.ShapeRangeAn exception of type 'AddinExpress.MSO.ADXExternalException'...
View ArticleCommented Unassigned: Bug with group selection PowerPoint [20431]
1. Place on slide several shapes.2. Group them.3. Select child shape.4. Press CTRL and select group5. Try to enumerate Selection.ShapeRangeAn exception of type 'AddinExpress.MSO.ADXExternalException'...
View ArticleNew Comment on "Tec_Documentation_English_Performance"
Hi Sebastian; Have you carried out any performance test reading cell values? It seems to me that performance drops only when reading cell values. Thanks in advance
View ArticleNew Post: Mapifolder Events beforeitemmove
Hi out there, I've just begun to port an Outlook-Addin Project to NetLOffice. It seems as if only one single event creates problems:private Outlook.MAPIFolder olFold; private...
View ArticleNew Post: Get Object from Process
Hallo, also bei Word hat das natürlich ganz wunderbar geklappt. Allerdings habe ich nun ein Problem mit Excel. Ich bräuchte jede geöffnete Arbeitsmappe, bekomme aber immer nur die gleiche. Ich habe...
View ArticleNew Post: Mapifolder Events beforeitemmove
In NO, any event ends with "Event" because some office classes use methods and events with the same name. In the Interop assemblies, you have to convert the instance to the event interface to trigger...
View ArticleNew Post: Get Object from Process
Ja die ROT zeigt zwar alle Elemente an aber liefert immer nur die erste Instanz zurück wie sich herausgestellt hat. Siehe dazu: Issue 20313 https://netoffice.codeplex.com/workitem/20313 Im letzten...
View ArticleNew Post: Mapifolder Events beforeitemmove
Hi Sebastian, ok, ty, I was looking at the MapiFolder-Object, instead of the Folder-Object. If someone is interested:private Outlook.Folder olFold; olFold.BeforeItemMoveEvent +=...
View Article