Displays a simple About dialog box that includes the library version and description.
object.brAbout
The object variable represents a clsD3Environment object.
The About dialog box is opened by the OLE server, and is modal. The server does not respond to other commands until the About dialog box is closed.
Sub Main() Dim oEnv as New clsD3Environment oEnv.brAbout End Sub