home *** CD-ROM | disk | FTP | other *** search
/ Master 95 #1 / MASTER95_1.iso / microsof / vbasic4 / vb4-6.cab / logindlg.bas < prev    next >
Encoding:
BASIC Source File  |  1995-07-26  |  364 b   |  12 lines

  1. Attribute VB_Name = "modLoginDlgMain"
  2. Attribute VB_Description = "Main code module"
  3. Option Explicit
  4.  
  5. Sub Main()
  6.     ' Initialization code for the object application
  7.     ' would go here. The login dialog requires no
  8.     ' initialization, but a Sub Main is required so
  9.     ' that the application won't have to show a form
  10.     ' when it starts up.
  11. End Sub
  12.