Created Unassigned: Minor bug in CustomUIAttribute.BuildPath() [21998]
Just noticed what looks like a bug in /Source/NetOffice/Tools/CustomUIAttribute.cs, line 67 in version 1.7.3 in that the line ending:assemblyNamespace.Substring(resourcePath.Length - 1) };should, I...
View ArticleCreated Unassigned: DAO version support [22001]
Are there any plans to support more versions of the DAO DBEngine than 3.6 and 12.0? This is the fastest way to modify Access dbs in some batched cases, and it would be a boon to code portability if...
View ArticleNew Post: Office 2016 support
hey men, Of course, NetOffice want support Office 2016 but i want to wait for the official release to create new source and update toolbox. last time(2013) i've been used the latest preview to create...
View ArticleNew Post: Missing wiki page: ExampleOverview_EN
Thanks for pointing this out. As hotfix i suggest you to use the selection from the main page. Its pretty the same here in example table. did you try them from the toolbox application? (good to know...
View ArticleNew Post: GetImageMso Bug in 1.7.3?
hey men, i did not realized stdole is more as a stupid helper in some early bind scenarios(interface implementations and so on..) thats why i've been never created a wrapper for. now i see its also...
View ArticleCommented Unassigned: DAO version support [22001]
Are there any plans to support more versions of the DAO DBEngine than 3.6 and 12.0? This is the fastest way to modify Access dbs in some batched cases, and it would be a boon to code portability if...
View ArticleCommented Unassigned: Minor bug in CustomUIAttribute.BuildPath() [21998]
Just noticed what looks like a bug in /Source/NetOffice/Tools/CustomUIAttribute.cs, line 67 in version 1.7.3 in that the line ending:assemblyNamespace.Substring(resourcePath.Length - 1) };should, I...
View ArticleCreated Unassigned: excel add-n no longer loads since windows 10 upgrade [22027]
Hi, My add-in was working fine till the upgrade .Now it refuses to load. I cleaned the registry and built a fresh built then looked for a reference in the vba tool and none existed, I found the...
View ArticleNew Post: GetImageMso Bug in 1.7.3?
Hi Sorry for no reply - i missed the notification in my inbox. I did use a hotfix like you suggested (basically i just copied the existing GetImageMso Wrapper but changed it so it cast the returned...
View ArticleNew Post: Building a Windows Service meant to run on Exchange Server
Hi, Can NetOffice be used to access Exchange from a Windows Service on the Exchange Server itself? We've been asked to convert the background processing that our Outlook Add-in does to a service that...
View ArticleNew Post: Building a Windows Service meant to run on Exchange Server
You want to call the Exchange Server directly? The best way to do this the EWS API(an XML based remote API from MS-Exchange). But you cant' re-use any code any code in this scenario. MS Exchange API...
View ArticleCommented Unassigned: excel add-n no longer loads since windows 10 upgrade...
Hi, My add-in was working fine till the upgrade .Now it refuses to load. I cleaned the registry and built a fresh built then looked for a reference in the vba tool and none existed, I found the...
View ArticleCommented Unassigned: excel add-n no longer loads since windows 10 upgrade...
Hi, My add-in was working fine till the upgrade .Now it refuses to load. I cleaned the registry and built a fresh built then looked for a reference in the vba tool and none existed, I found the...
View ArticleCommented Unassigned: Cannot get HWND of a PowerPoint SlideShow window [21837]
Hi,I migrated my WPF app from PIA v14 to NetOffice. I have problem with getting HWND (window handle) from PowerPoint. It was working on PIA v14, but when I try to access to...
View ArticleNew Post: Save Current Mail Item
You should add extension ".msg" to let Windows know that it is message file. ... mail.SaveAs(downloadFolder + @"\test.msg", OlSaveAsType.olMSG); ...
View ArticleCommented Unassigned: Outlook-Addin / Inspector.currentitem [21878]
Hi Sebastian,There seems to be s small bug concerning the destruction of com-objects of inspector.currentitem in outlook in Netoffice 1.7.3You can reproduce it by creating an instance of the class...
View ArticleNew Post: How to disable button created using RibbonUI.xml on the fly?
Hi All, I've created an Addin for Word using RibbonUI.xml for the toolbar and buttons. How can I disable a button e.g. after the user closed the Word doc? Thanks. regards, Long
View ArticleCommented Unassigned: excel add-n no longer loads since windows 10 upgrade...
Hi, My add-in was working fine till the upgrade .Now it refuses to load. I cleaned the registry and built a fresh built then looked for a reference in the vba tool and none existed, I found the...
View ArticleCreated Unassigned: Extracolors property is not IENumerable in powerpoint...
HiI noticed (thorugh add-in failing) that in powerpoint 2007 the extracolors object does not act like a "real" collection, that is it does not implement the IEnumerable methods.In effect it's...
View Article