New Post: Loading a Word Custom Task Pane via a check box in the ribbon UI -...
tried an answer here, hope it helps!
View ArticleNew Post: Class not exists: NetOffice.OfficeApi.ComboBox
hello again, as hotfix please use: using Vbe = Microsoft.Vbe.Interop.Forms; Vbe.ComboBox comboBox = Invoker.PropertyGet(oleObject, "Object") as Vbe.ComboBox; // stuff...
View ArticleNew Post: Class not exists: NetOffice.OfficeApi.ComboBox
thank you sebastian. we will use this workaround to acces activex components. and we will check future releases for fixes. cheers roland
View ArticleReviewed: NetOffice 1.6.0 (aug 10, 2013)
Rated 5 Stars (out of 5) - This project is simply awesome!!! I was able to convert an Outlook Add-in from VSTO to NetOffice within 1 day using Visual Studio 2012. NetOffice has SOOOOO many benefits...
View ArticleNew Post: Custom Task Pane query in NetOffice
as first: i didnt know a way to detect the visibility of a taskpane is changed (and update checkbox or tooglebutton, i use a timer in the taskpane, not nice but helps). what you can do is as follows:...
View ArticleNew Post: Use Visio api
Hi how can I work with the visio dll? I tried it the same why like word/excel/powerPoint but I'll get an error. I add the dll references and tried to load like this:object visioProxy =...
View ArticleNew Post: Use Visio api
you have to set the reference property 'embed interop types' to false for all NetOffice assemblies. Sebastian
View ArticleNew Post: Ribbon - trouble setting control values programmatically
I'm experiencing some difficulties with customising the ribbon with NetOffice (SharpDevelop). For example, when I try to declare a Label Control as follows:<labelControl id=""lblFirstName""...
View ArticleNew Post: Ribbon - trouble setting control values programmatically
ups, that was some kind of a really basic misunderstanding: getLabel is of course not a Sub, but a Function, returning the desired value for the label: ...<labelControl id=""lblFirstName""...
View ArticleNew Post: Accessing Inspector events in OutlookApi
I'm also having this issue, did you find a solution to the New Inspector Event? I was trying to do something like this , but no luck because "Handles inspectors.NewInspector" doesn't find the...
View ArticleNew Post: Accessing Inspector events in OutlookApi
I am just experiencing exactly the same thing with the Explorers.SelectionChangeEvent. What I have done is : Create the variable in Addin.vb Private WithEvents explorers As Outlook.Explorers set the...
View ArticleNew Post: Accessing Inspector events in OutlookApi
Yes, this is the same problem. But Explorers don't have SelectionChange event. You need Explorer class. For objects with events NetOffice have two clasess, one - with events and another - without...
View ArticleNew Post: Accessing Inspector events in OutlookApi
now it becomes all quite a bit clearer, thanks a lot!
View ArticleNew Post: Can't delete file after renaming due to Word file handle still present
Hi All, I have some code that allows the user to open a file, edit it, then save it with a new name (SaveAs). The code saves the file with the new name & then deletes that older file. This code...
View ArticleNew Post: Can't delete file after renaming due to Word file handle still present
do you have a code snippet for me for testing? Sebastian
View ArticleNew Post: Can't delete file after renaming due to Word file handle still present
The code I'm referring to is part of a rather lengthy code. I'll try to simplify the code & get back to you. Thanks
View ArticleNew Post: Where is source for ExampleBase.dll
Hello! It seems to me the source of examplesbase has been removed? As a beginner in netoffice AND c# I would like to see how it works. Tanks for your support! Riffer
View ArticleNew Post: Where is source for ExampleBase.dll
the is source available in the lastest source state. go to the rab source code and click download....
View ArticleNew Post: Where is source for ExampleBase.dll
Thank you very much. I was confused because from the panel on the left I could not see the sources of examplebase. But in the download they are available. Riffer
View Article