At the moment, this control is implemented through the file
This can be found in the msHtmlWb.dll.
directory. The following figure shows how it is stored in the system registry. Windows\System
This control is the key that also allows you to make use of scriptlets within desktop applications, or generic ActiveX document containers. The Microsoft scriptlet Component exposes a few fixed properties to let you customize the behavior and the appearance of the scriptlet's site. Of course, you cannot edit the scriptlet's properties at design-time with it.
Ultimately, the Microsoft scriptlet Component is exactly what we said before—a specialized container! Actually, scriptlets are one of its properties.
In the rest of this chapter, we'll examine its internal structure and the logic that governs its activity. Then in later chapters we'll take into account its properties and see how to exploit them in our Visual Basic or C++ applications.