home *** CD-ROM | disk | FTP | other *** search
- Attribute VB_Name = "modPerfExplorer"
- Option Explicit
-
- Public Tree As TreeView
- Public List As ListView
- Public NodX As Node
- Public ItmX As ListItem
-
- Public TVS As Integer 'TreeView Size
-
- Sub WriteStatus(ByVal Text As String)
- frmPerfExplorer.StatusBar.SimpleText = " " & Text
- End Sub
-
-
-