home *** CD-ROM | disk | FTP | other *** search
/ Dan Appleman's Visual Bas…s Guide to the Win32 API / Dan.Applmans.Visual.Basic.5.0.Programmers.Guide.To.The.Win32.API.1997.Ziff-Davis.Press.CD / VB5PG32.mdf / desaware / apitools / apiadd.bas < prev    next >
Encoding:
BASIC Source File  |  1996-02-07  |  231 b   |  12 lines

  1. Attribute VB_Name = "modAPIAddin"
  2. ' Copyright ⌐ 1996 by Desaware Inc.  All Rights Reserved
  3. ' Part of the Desaware API Toolkit
  4. Option Explicit
  5.  
  6. Public gobjVBInst As Object
  7. Sub Main()
  8.     App.TaskVisible = False
  9. End Sub
  10.  
  11.  
  12.