Visual C++ 6 Unleashed

Visual C++ 6 Unleashed

By MICKEY WILLIAMS and David Bennett

Summary

This chapter showed you two ways to extend Developer Studio. First, you looked at how Developer Studio macros use VBScript to automate repetitive tasks. You learned about the object model used by VBScript macros, as well as the steps used to create and use VBScript macros. VBScript is a powerful and simple scripting language that is very useful, especially if you know Visual Basic.

Second, you learned that another way to extend Developer Studio is to create an add-in. Add-ins are COM objects that are written in Visual C++ and have access to the same object model used by VBScript macros. Because add-ins can be written in a language you're familiar with (C++), you may find it easier to write an add-in than a macro. Add-ins also offer better performance than macros.

Share ThisShare This

Informit Network