home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 5_2007-2008.ISO / data / Zips / Islamic_pr2106363172008.psc / Form10.frm < prev    next >
Text File  |  2008-03-13  |  852b  |  35 lines

  1. VERSION 5.00
  2. Begin VB.Form Form3 
  3.    BorderStyle     =   0  'None
  4.    Caption         =   "Mahmosoft"
  5.    ClientHeight    =   3975
  6.    ClientLeft      =   2190
  7.    ClientTop       =   1995
  8.    ClientWidth     =   8730
  9.    Icon            =   "Form10.frx":0000
  10.    LinkTopic       =   "Form3"
  11.    Picture         =   "Form10.frx":030A
  12.    ScaleHeight     =   3975
  13.    ScaleWidth      =   8730
  14.    ShowInTaskbar   =   0   'False
  15.    Begin VB.Timer Timer1 
  16.       Interval        =   5000
  17.       Left            =   720
  18.       Top             =   2400
  19.    End
  20. End
  21. Attribute VB_Name = "Form3"
  22. Attribute VB_GlobalNameSpace = False
  23. Attribute VB_Creatable = False
  24. Attribute VB_PredeclaredId = True
  25. Attribute VB_Exposed = False
  26. Private Sub Image1_Click()
  27.  
  28. End Sub
  29.  
  30. Private Sub Timer1_Timer()
  31. Form4.Show
  32. Me.Hide
  33. Timer1.Enabled = False
  34. End Sub
  35.