Visual Basic provides an environment on which you can create powerful ActiveX® 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 also implements Let and Get methods for setting and querying the property, and the method myMethod, which converts the string to uppercase.
This sample is provided for educational purposes only. It has not been tested in a production environment, and Microsoft® will not provide technical support for it.
This project is available in the ...\iissamples\sdk\components\vb\simple subdirectory of the Internet services directory.