New Post: Problem at registration of Word add-in
To see the error during the addin load you need to set the environment variable VSTO_SUPPRESSDISPLAYALERTS = 0 Please follow the instructions in this linkhttp://www.scinaptic.com/support/0053.html
View ArticleNew Post: Handle Outlook new contact event
Hi, I'm developing an outlook addin which needs to respond to a new contact event, but it's not working. I've tried:void Addin_OnStartupComplete(ref Array custom) { Outlook._NameSpace outlookNs =...
View ArticleNew Post: Handle Outlook new contact event
void IDTExtensibility2.OnStartupComplete(ref Array custom) { Outlook._NameSpace outlookNs = _outlookApplication.Session; Outlook.MAPIFolder contactFolder =...
View ArticleNew Post: Sample add-ins not working
Hi All After reinstalling the Office, the sample add-ins are not loaded on my development machine. I have tried Outlook and Word add-ins with 3.5 and 4.0 framework. The add-ins are registered...
View ArticleNew Post: Handle Outlook new contact event
Thanks artnib, all working now. I did realise that Add was a method and that it was wrong, but its always better to post some code and I just couldn't work out how to access the event. You gave me the...
View ArticleNew Post: Capturing text in a document
Hi I have created a 2007 word addin targetting 4.0. How do I create an event that triggers if the user changes the text in a specified location in the document (ie triggers if a single character...
View ArticleNew Post: Sample add-ins not working
Looks like some startup error. You need to find the exception during the addin startup which inactivates it again. Set the environment variable VSTO_SUPPRESSDISPLAYALERTS = 0 Please follow the...
View ArticleNew Post: Capturing text in a document
Unfortunately there is no straightforward way to do this.WindowSelectionChange event will be triggered when anything is changed in Word by mouse click or keyboard. You can hook in to low level keyboard...
View ArticleNew Post: Sample add-ins not working
It has been solved in the meantime, the reason was that the code had to be complied as 64bit, AnyCPU did not work. What a bigger issue was that there was no clue, no error message, log, etc.
View ArticleNew Post: How to add / implement a worksheet function
Dear govert, Thank you for your valuable information regarding ExcelDNA project. I'm currently exploring the same. In the mean time I came to know that you have developed this project. Really...
View ArticleNew Post: NetOffice support for Windows Phones
Does NetOffice support Windows Phones to preview Office Documents?
View ArticleNew Post: Problem at registration of Word add-in
Hi everybody, sorry for my late replay. I had a lot of work, so my free-time project (word add-in) got a minor priority. To ehudklein and mkiruba: Thanks for your replay. They were a help. The problem...
View ArticleCreated Unassigned: Excel XmlImportXml does not work [20704]
I have a function that imports xml data into a range in Excel. This have been working fine using the Excel interop, but when I changed to NetOffice it didn't work anymore.I've tried to use the function...
View ArticleCreated Unassigned: VS Project Wizard creates project in wrong folder (option...
When I am creating new project and option "Custom" is selected for "Project Folder" then project is created in subfolder "Custom" created in folder where NetOffice Developper Toolbox is. Selected...
View ArticleCreated Unassigned: Wrong namespace in created AddIn C# project [20708]
New AddIn C# project is created by NetOfficeDevelopperToolbox - VS Project Vizard."I want a custom Task Pane" option is selected.Created project contains new class "TaskPaneControl" in namespace...
View ArticleSource code checked in, #106580
Issue #20707 VS Project Wizard creates project in wrong folder (option Custom) Fixed.
View ArticleEdited Issue: VS Project Wizard creates project in wrong folder (option...
When I am creating new project and option "Custom" is selected for "Project Folder" then project is created in subfolder "Custom" created in folder where NetOffice Developper Toolbox is. Selected...
View ArticleNew Post: Cannot find the NetOffice equivalent for Microsoft.Office.Tools...
Hello Sebastian, unfortunately I cannot find the NetOffice references/equivalents for:Microsoft.Office.ToolsMicrosoft.Office.Tools.Excel Microsoft.Office.Tools.Excel.Controls Can you give me a hint!?...
View ArticleNew Post: Change font size for a bookmark in word
I am trying to change the font size, of the text for a bookmark, but can not get it work, just wondering if someone has any ideas on where I am going wrong. The following are 2 methods I have for...
View Article