New Post: Some problems
Thanks Sebastian for your software. But I have some problems with Access Add-In:NetOffice.AccessApi.TextBox (and any other controls) can't be cast to NetOffice.AccessApi.Control. Why? If I use...
View ArticleNew Post: Additional question
How can I identify type of object from a variable declared as NetOffice.AccessApi.Form? For example for Microsoft.Office.Interop.Access.From I can use TypeName. If TypeName(frm) = "Form_ObjectName"...
View ArticleNew Post: Some problems
Hello Serge, I've been looked at the definition in COM library and the interop assemblies. Textbox doesnt inherites from Control. It is: TextBox : _Textbox : IAccessible (tested in Office 2015) Can you...
View ArticleNew Post: Additional question
Hello Serge, Each instance from NetOffice has the property string UnderlyingTypeName{get;} You may didnt see that because its marked with the [EditorBrowsable(EditorBrowsableState.Never) attribute to...
View ArticleNew Post: Some problems
Hello Sebastian, TextBox : _Textbox : IAccessible Ok, I agree with you. There is some strange, which I can't understand. Old code (simplistic):Sub Test(section as Access.Section) Dim lst As New List(Of...
View ArticleNew Post: Additional question
Hello Sebastian, thank you for your quick reply. Regards, Serge
View ArticleCreated Unassigned: Word Document Print Preview [22149]
I'm currently using NetOffice to create a word document and it works beautifully. However, the newDocument.PrintPreview() doesn't actually do anything. I was expecting it to popup a window and show a...
View ArticleNew Post: Some problems
In my test this exception occurs for ComboBox and TabControl. I'm sorry, I am wrong. This exception occurs for all controls. Regards, Serge
View ArticleNew Post: Some problems
This exception occurs for all controls. If control Parent is Form Regards, Serge
View ArticleCreated Unassigned: Class not exists: NetOffice.OfficeApi.Document [22155]
We are currently using NetOffice for our Microsoft Outlook AddIn.application.ActiveInspector().WordEditor currently returns null value for Outlook 2010 and throws next exception for Outlook 2013:Class...
View ArticleNew Post: Excel Taskpane-Addin crashes Excel
Hi, I successfully created a Taskpane for my Addin (no problem here, Taskpane shows up and displays it's assigned UserControl). My problem is that whenever I try to access the Excel.Application (or the...
View ArticleNew Post: Outlook: GetNavigationModule returns a NavigationModule, but I need...
Here's my bit of code that has the problem. Dim ObjPane As Outlook.NavigationPane = Application.ActiveExplorer.NavigationPane Dim objCalendarModule As Outlook.CalendarModule =...
View ArticleNew Post: Excel Taskpane-Addin crashes Excel
Nevermind, doing this:private void Connect_OnConnection(object Application, ext_ConnectMode ConnectMode, object AddInInst, ref Array custom) { COMApplication = Factory.CreateObjectFromComProxy(null,...
View ArticleNew Post: Outlook: GetNavigationModule returns a NavigationModule, but I need...
hey men, I've been tried you scenario with the Interop Assemblies(Outlook 2015) from Microsoft with the same result. NavigationModule and CalendarModule doesnt have any relationship. (but its looks...
View ArticleCreated Unassigned: Excel: Names.Add Method [22164]
Hi Sebastian,while I was trying to add names automatically i discovered the following:If I add a name in VBA i always have to use the english formula (in the RefersTo parameter; as described under...
View ArticleCommented Unassigned: Excel: Names.Add Method [22164]
Hi Sebastian,while I was trying to add names automatically i discovered the following:If I add a name in VBA i always have to use the english formula (in the RefersTo parameter; as described under...
View ArticleNew Post: Outlook: GetNavigationModule returns a NavigationModule, but I need...
Hi! Thanks for your reply. The documentation wasn't always wrong - it is how my current Office 2010 addin does it without issue. I've already gone down another road - going to bite the bullet and get...
View ArticleNew Post: Set number copies in printdialog
Hi... how is it possible to set the number of copies in the Print dialog. I used the following code to start the printdialog and set the different trays without changing the default system printer. But...
View ArticleNew Post: Importing Text Files
We use a lot of VBA macros on a server which manipulate various text files we receive every night. Mostly they create spreadsheets and add data to Access databases. We'd like to move away from having...
View ArticleCreated Unassigned: Outlook: Automation beaks Addin [22175]
Problem:* If Outlook is started via automation the Addin ist not fully loaded.Steps to reproduce:* Install the "NetOffice COMAddin Examples\Extended" Plugin in Outlook* Close Outlook* Execute the...
View Article