New Post: Woud a WIX installer example be useful?
I got your example today - thx. Currently i figure out how i can replace some hardcoded values(like assembly version) in the wix xml definition with placeholders. If its possible i want improve the...
View ArticleSource code checked in, #113691
[Regular Commit] - fix minor issue in Developer Toolbox assembly loader(AppDomain.ResolveAssembly)
View ArticleNew Post: NetOffice Outlook Add-in
I'm new to netoffice and a relative novice when it comes to programming (and that has mostly been vba). I have written quite a bit of vba for outlook which I wanted to share with others in the office....
View ArticleNew Post: Save Excel worksheet to PDF
Hi Sebastian, yes I guess I'm that same thankful Mick :-) but I stay with the topic and in English here, so others won't get confused. After having a close look at the ressources / links you provided,...
View ArticleNew Post: How do I create a new instance of Worksheet?
Thanks Sebastian again. I read your answer on Stackoverflow and I looked at the example in the new source. It seems to me however that your example would replace all newly created sheets with an...
View ArticleNew Post: Develop Addins for a Word with a Classical UI and Ribbon UI...
Hello everyone I am a starter as a VSTO learner and NEToffice learner. I used VS 2008 VSTO developed an Addin for Word, which can work perfect with Word 2007 and above versions. And I already tested it...
View ArticleCreated Unassigned: Addin suddenly not loaded [21810]
Hi,i had made my plugin for Word with netoffice 1.7.3 and compile it. Most times it start allright and i can select my Plugin and enable it but now Word didn´t Show me the plugin... I had registered it...
View ArticleNew Post: Develop Addins for a Word with a Classical UI and Ribbon UI...
Hi taotaomy, since I'm still a learner myself, I'm not able to give you a working solution. But it might be a good start for you to download the "NetOffice Developer Toolbox" (latest version) from the...
View ArticleNew Post: Develop Addins for a Word with a Classical UI and Ribbon UI...
Thanks for you reply! I choose the "Automation AddIn" to build a Netoffice project. It's really strange, when I debug this project (without any change), the word doesn't load this Addin. I check in the...
View ArticleNew Post: Develop Addins for a Word with a Classical UI and Ribbon UI...
Finally, I use another computer to create a Netoffice project and it works! This computer is based on win8.1 X86, Word 2013 and VS 2013. It is still a tough task for me to switch the Office VB code...
View ArticleNew Post: Some Problem when I switch to NETOffice
I developed a word addin with MS VSTO. And recently, I try to switch these code into netoffice, and now I encounter some problem. The first problem: When I want to load a Word build-in dialog, there...
View ArticleNew Post: NetOffice Outlook Add-in
I've checked a few more things and have got it to work under all-users / local machine. It works if I register with regasm and then manually put the registry entries under...
View ArticleNew Post: Some problems when use Netoffice to create commandbar in word 2003
Hello everyone, it's me again! I use the NEToffice to create a project for Word Addin. And in the RibbonUI, it can load my settings. But when I try to create a commandbar for the compatible of word...
View ArticleNew Post: How to populate dynamic RibbonControls at runtime?
Hi there! I'd like to migrate an existing VSTO Excel Application Addin to NetOffice. This Addin uses RibbonControls which are populated with dynamic data at runtime (mostly "dynamicMenu" and some...
View ArticleNew Post: How to populate dynamic RibbonControls at runtime?
hey thomas, Its a NetOffice Tools Addin or just implement IExtensibility2 ? I currently work for a visual ribbon designer (as similar as possible to VSTO) At the moment, to create a ribbon dynamicly at...
View ArticleNew Post: NetOffice Outlook Add-in
let me know your NO version please to clearify the problem."An error occured in Register" - its the default error message in NO when a problem comes up in the addin register method, most of the time...
View ArticleNew Post: Some Problem when I switch to NETOffice
please let me know its a NetOffice Tools Addin? in other words your addin class inherites from COMAddin ??? (if its a tool addin you can create your own singleton very easy with 5 code lines to imitate...
View ArticleNew Post: Some Problem when I switch to NETOffice
Thanks,budy! I change my code like this:Imports NetOffice.WordApi Dim Application As NetOffice.WordApi.Application = GlobalHelperModules.GlobalModule.AddIns.Application Dim Selection As...
View ArticleNew Post: Some Problem when I switch to NETOffice
i'm currently on my workplace but i want create a test at home. what i see now ist the named argument problem. NO doesnt support named arguments at the moment because some programming languages in .NET...
View ArticleNew Post: Some Problem when I switch to NETOffice
I already try the way you told me, just like this: Application.CommandBars.FindControl(Nothing, 775).Execute() And it works!!! Thank you very much! The next thing is to add the complicity with Word...
View Article