New Post: Avoiding Cut and Copy in MS Project
sry, i have absolutly no idea what you talking about -.- (it is my medium english or my missing MS Project experience)" I'm able to disable using interop events" - i do not understand that what ist...
View ArticleNew Post: Avoiding Cut and Copy in MS Project
Hi Sebastian, Thanks for your answer. Yes, I need to protect the contents of files from copy. I'm able to protect the file only avoiding the user to print and save. I did this using events...
View ArticleNew Post: Avoiding Cut and Copy in MS Project
Hey men, The public automation API from MSProject is not ready to handle that. You have 2 options: 1) Implementing a message filter trough the IMessageFilter interface 2) Subclassing the MSProject main...
View ArticleNew Post: Suggestion for future NetOffice
Hi Sebastian, I have suggestion regarding the future of NetOffice. I think you have a great product for that but that you need to to simplify and start from scratch on what is supported. My suggestion...
View ArticleNew Post: Suggestion for future NetOffice
Hey men, First of it all: Nice to see your ideas :) Please keep in your mind: NetOffice is a 1-men project. Its all me, for development, documentation, support. and i do this in my free time without...
View ArticleNew Post: Suggestion for future NetOffice
Fully understand that it is a 1-man project with no commercial intentions. That is why I am so impressed with it! The problem with Codeplex seems to be serious then. I am not well known in the field,...
View ArticleNew Post: Suggestion for future NetOffice
Hi Sebastian, let me know when I can help you! I would like to Support you and the net office project. I am a C# developer, with round about 15 years experince in developing. I working on different...
View ArticleCreated Unassigned: CustomXMLNode.AddNode throws exception; type mismatch...
CustomXMLNode.AddNode seems to throw an exception due to a type mismatch. Tested in Excel 2007.This is a copy of Microsoft's example for Custom XML Parts found...
View ArticleNew Post: How do I set the value of a cell?
This is a beginner question, but none of the tutorials seemed to address this basic function: I am trying to create a workbook and set the value of the first cell, but I get an exception. What am I...
View ArticleNew Post: How do I set the value of a cell?
In MS-Office applications generaly, the lower index bounds for arrays/indexers is 1 for history reasons(vba). So please try: "sheet.Cells[1, 1]" instead of "sheet.Cells[0, 0]". Sebastian
View ArticleNew Post: Suggestion for future NetOffice
Hey Nico, I want give you a private message for my contact details. Sebastian
View ArticleNew Post: Visio Problem with NetOffice
Hi, I'm using your fantastic DLLs. I'm using NetOffice 1.7.3. I'm able to open an Excel file and save it, but when I try to do it with a Visio file I get an error. My code is:...
View ArticleNew Post: How to get CustomPane instane from CustomUI and vice versa
I am playing around the COMAddin example. I have a dropDown in custom ribbon and a few controls in custom pane. I want the dropDown onAction event update those controls in the custom pane, but I don't...
View ArticleNew Post: Visio Problem with NetOffice
This is something else. I see no possible reason at this point.(exception for the "" argument which is a dumy for this example i think) When its possible for you, i want make a short session in skype...
View ArticleNew Post: How to get CustomPane instane from CustomUI and vice versa
TaskPanes[0] works fine normaly. Please note: TaskPanes[0].Pane is not accessible in the addin .ctor and the OnConnection method. You can setTaskPanes[0].Visible/etc. before and this properties want be...
View ArticleNew Post: How to get CustomPane instane from CustomUI and vice versa
I managed to communicate between custom pane and custom ui via variable to keep the stage, then invalidate the control, save the stage to settings and monitor change property event at ITaskPane. Btw,...
View ArticleNew Post: Office 2016 support
Any update on 2016? My code which I insert an image into a Word docx file works fine in Word 2013 but not in 2016. Word.Range rangeInitial = wordDoc.Application.Selection.Range; Object ol = false;...
View ArticleNew Post: Office 2016 support
I can not reproduce the problem in Office 2016. Please help me out to imitate your environment. Windows Version (32 or 64 Bit) Office is 32 or 64 Bit What kind of image is that(png gif etc) Sebastian
View ArticleNew Post: Office 2016 support
Sorry,I've fixed this. It is my coding fault in the image generation. Thanks for replying.
View Article