home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 1_2002.ISO / Data / Zips / Mini-Filem509031252002.psc / matrix.bas next >
Encoding:
BASIC Source File  |  2002-01-24  |  243 b   |  15 lines

  1. Attribute VB_Name = "matrix"
  2. Public Sub Main()
  3.     If App.PrevInstance Then End
  4.     If InStr(Command, "/s") > 0 Then
  5.         form10.Show
  6.     ElseIf InStr(Command, "/c") > 0 Then
  7.         Form2.Show
  8.         
  9.     End If
  10. End Sub
  11.  
  12.  
  13.  
  14.  
  15.