Simple Visual Basic Component

Overview

Visual Basic provides an environment on which you can create powerful COM components easily. This sample demonstrates how easy it is to create a simple component using Visual Basic.

Code Tour

This sample implements a property, myProperty, that can contain a string. This sample also implements Let and Get methods for setting and querying the property, and the method myMethod, which converts the string to uppercase.

Location

This project is available in the ...\components\vb\simple subdirectory of the IIS samples directory.