Commented Unassigned: How to create outlook custom form region? [20765]
Hey, guysI am create an outlook add-in by NetOffice. But I don't know how to create a custom form region?I checked some discussions on Internet, still do not have any solve.Can anyone give me an...
View ArticleNew Post: How to create outlook custom form region?
Hey, guys I am create an outlook add-in by NetOffice. But I don't know how to create a custom form region? I read the link belowChapter 13: Creating Form Regions But in the article, MS has a interface...
View ArticleNew Post: How to create outlook custom form region?
I have started similar discussion last year (https://netoffice.codeplex.com/discussions/428189) and got an answer that NetOffice doesn't have desired interface.
View ArticleCommented Issue: Generate FormRegionStartup interface in OutlookApi [20765]
Hey, guysI am create an outlook add-in by NetOffice. But I don't know how to create a custom form region?I checked some discussions on Internet, still do not have any solve.Can anyone give me an...
View ArticleNew Post: C# Word Addin - Get selected text OR read all
u can select the whole text of the documentWord.Range rng = this.Content; rng.Select();
View ArticleNew Post: How to open existing powerpoint?
yes, it's possible. take a look to the sample filesPowerPoint.Application powerPointApplication = new PowerPoint.Application(); powerPointApplication.Visible = MsoTriState.msoTrue; // PowerPoint 2000...
View ArticleNew Post: How to correctly dispose excel when using multiple threads?
First of all many thanks for such amazing project!!! I'm new to NetOffice and also ExcelDNA, anyway I've createad a small DNA addin that performs a long operation, hence I need to run it in a parallel...
View ArticleNew Post: SharpDevelop integration
Is any chance of NetOffice will be fully integrated to SharpDevelop with NetOffice ToolBox? It can be full free solution for develop with all features of VS with including NetOffice...
View ArticleNew Post: SharpDevelop integration
of course, yes. as far i known, its possible to use native vs solutions in sharpdevelop, aren't so? btw: next NO release comes with a visual ui designer and this works in vs express and sharpdevelop...
View ArticleNew Post: SharpDevelop integration
Projects created with NetOffice ToolBox can't be properly loaded in SharpDevelop for example. There is some incompatibility with version standard in ".csproj" file, where ToolBox create "3,5" .NET...
View ArticleNew Post: C# PowerPoint: Problem deleting comments
Hi all, I recently started developing a PowerPoint addin in C# using NetOffice but now ran into problems: I'm trying to programmatically create and delete comments made by a particular author on a...
View ArticleCreated Unassigned: Access to the path 'Custom\MyAssembly\MyAssembly' is...
The Project Wizard at "Choose the Poject folder" "Custom" option does not tkae the directory that I input, but continues to use the string "Custom" etc. as the folder to work in.If I use another...
View ArticleNew Post: How to correctly dispose excel when using multiple threads?
From an Excel-DNA add-in, I suggest you never call back to Excel from another thread or Task. When you need to update Excel, just call the Excel-DNA helper ExcelAsyncUtil.QueueAsMacro with a delegate...
View ArticleNew Post: Creating CommandBar Button in Excel 2003
This recalled me of the functionality of the .NET CommandBar control.
View ArticleNew Post: Image with transparency in a command bar
Don't know if some UI CommandBar Control would be of help to you or not.
View ArticleEdited Unassigned: Access to the path 'Custom\MyAssembly\MyAssembly' is...
The Project Wizard at "Choose the Poject folder" "Custom" option does not tkae the directory that I input, but continues to use the string "Custom" etc. as the folder to work in.If I use another...
View ArticleNew Comment on "TutorialOverview_EN"
Still linked to German texts, Is there an English version, please.?
View ArticleNew Comment on "TutorialOverview_EN"
To get to the English tutorials, remove _DE from the link, not pretty, but it works.
View Article