Visual Basic Scripting in BarTender

The topics in this section refer to using Visual Basic Script (VBScript) within the BarTender user interface. To automate BarTender from an external application, you must use the BarTender ActiveX Automation interface or install the BarTender .NET SDK. For more information, refer to Automating BarTender.

You can perform most of the BarTender functions directly in the application, but the BarTender scripting capability provides more advanced functionality to the application and provides a way for you to customize the data and objects by using a text editor if you want.

The BarTender internal scripting engine helps you with the following tasks:

Although VBScript can be complex enough to be considered a "program," there are times when a single line of VBScript can prove quite useful. However, scripting is typically a technique for advanced users and is not ideal for computer novices. Whatever your computer skills are, you should always make sure that BarTender does not already offer a solution to your challenge before you try a script-based solution.

In This Section