home *** CD-ROM | disk | FTP | other *** search
Visual Basic class definition | 2000-12-08 | 697 b | 23 lines |
- VERSION 1.0 CLASS
- BEGIN
- MultiUse = -1 'True
- Persistable = 0 'NotPersistable
- DataBindingBehavior = 0 'vbNone
- DataSourceBehavior = 0 'vbNone
- MTSTransactionMode = 0 'NotAnMTSObject
- END
- Attribute VB_Name = "cFormSocketInfo"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = True
- Attribute VB_PredeclaredId = False
- Attribute VB_Exposed = False
- Attribute VB_Ext_KEY = "SavedWithClassBuilder6" ,"Yes"
- Attribute VB_Ext_KEY = "Top_Level" ,"Yes"
- Public RegistredWindowHandle As Long
- Public SocketPointer As Long
- Public PreviousWinProc As Long
- Public RegistredFormName As String
- Public LastCommand As String
- Public WaitFor As String
- Public Status As String
-