home *** CD-ROM | disk | FTP | other *** search
- Attribute VB_Name = "modLoginDlgMain"
- Attribute VB_Description = "Main code module"
- Option Explicit
-
- Sub Main()
- ' Initialization code for the object application
- ' would go here. The login dialog requires no
- ' initialization, but a Sub Main is required so
- ' that the application won't have to show a form
- ' when it starts up.
- End Sub
-