Skip to content

Latest commit

 

History

History

Access

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

NetOffice Access Samples

01 Automation Sample

Windows Forms application with sample code for automating Microsoft Access.

It shows how to generate a document, modify it and cleanup resources.

02 NetOffice Access Add-in Sample

Microsoft Access add-in project sample that uses NetOffice libraries and the NetOffice COMAddin base class.

NetOffice libraries are designed to be similar to developement with Visual Studio Tools for Office (VSTO). NetOffice COMAddin reduces infrastructure code and handles common tasks for you. It is built on top of native IDTExtensibility2 interface.

03 IDTExtensibility2 Access Add-in Sample

Microsoft Access add-in project sample built with native IDTExtensibility2 COM+ interface.

This is advanced sample for people familiar with extending Microsoft Office or Microsoft Visual Studio applications.