home *** CD-ROM | disk | FTP | other *** search
Visual Basic class definition | 1997-08-20 | 306 b | 16 lines |
- VERSION 1.0 CLASS
- BEGIN
- MultiUse = -1 'True
- END
- Attribute VB_Name = "VBSimple"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = True
- Attribute VB_PredeclaredId = False
- Attribute VB_Exposed = True
-
- Function helloText() As String
-
- helloText = "Hello, World!"
-
- End Function
-