VB.NET examples of PowerPoint add-in
VB.NET HowTo samplesOn this page you will find how-to examples for the following Microsoft Office applications: And here are VB.NET examples for other applications of the Microsoft Office suite: VB.NET for PowerPointHow to handle the SlideShowBegin event on presentation objects in PowerPointThis example shows how to handle the SlideShowBegin event of the PowerPoint presentation objects in VB.NET
VB.NET for ProjectHow to handle the TaskChange event of MS Project in Visual BasicThe example shows how to handle the TaskChange event of Microsoft Project using Visual Basic.
Microsoft Office generalHow to create a Microsoft Office add-inThis Visual Basic .NET solution for Microsoft Office 2021 - 2000 is described in the Developer Guide: Creating your first Office addin. It demonstrates the following features of Add-in Express for Office and .NET:
You can another step-by-step sample here:
Developing Office add-ins in .NET page.
See also a video showing how to build Office add-in.
How to change properties of a CommandBarComboBox (ADXCommandBarComboBox) at run timeThis plug-in shows how to change the ADXCommandBarComboBox properties at run-time in VB.NET.
How to program a smart tagThis code sample is described in full detail in Add-in Express documentation: How to
program smart tags in .NET.
How to show a custom form when installing and registering a COM add-in via ClickOnceThis Visual VB.NET example demonstrates how to show a custom form
when you install your Office plugin via ClickOnce. Add-in Express supports the
ClickOnce technology for Office 2021 - 2003 add-ins.
Note. You can find plenty more HowTo examples on our technical blog. Be sure to check it out, we add new HowTo sample every week. |