home *** CD-ROM | disk | FTP | other *** search
- Attribute VB_Name = "modDeclares"
- Option Explicit
-
- ' Classes used througout the application.
- Public Application As New Application
- Public Windows As New Windows
-
- ' Unique number to use in Window Index and caption.
- Public giWindowsCount As Integer
-
- ' Internal variable that tracks active window.
- Public gActiveWindow As Window
-
- ' Internal flag used when calling the Delete and
- ' Create Window methods.
- Public Const SOURCE_INTERNAL = &h20
-
-