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.
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.
This project is available in the ...\components\vb\simple subdirectory of the IIS samples directory.