Scripting in BarTender

The topics contained within this section refer to using Visual Basic scripts within BarTender's user interface. To automate BarTender from an external application, you will need to use BarTender's ActiveX Automation interface or install the BarTender .NET SDK. For more information, refer to the topic Automating BarTender.

Most of the functions you need to perform with BarTender can be done directly in the application. BarTender's scripting capability simply provides more advanced functionality to the application and lets you customize the data and objects via a text editor, if you so wish.

BarTender's internal scripting engine is designed to help with the following tasks:

Although Visual Basic Script can be complex enough to be considered a "program:)," there are times when just a single line of Visual Basic Script can prove quite useful. Still, scripting is typically a technique for "power users" and not ideal for computer novices. Whatever your computer skills, you should always be sure that BarTender doesn’t already offer a solution to your challenge before embarking upon a script-based solution.

In This Section