home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form DirectXForm
- BackColor = &H80000007&
- BorderStyle = 0 'None
- ClientHeight = 825
- ClientLeft = 0
- ClientTop = 0
- ClientWidth = 3255
- ControlBox = 0 'False
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- Picture = "DirectXForm.frx":0000
- ScaleHeight = 825
- ScaleWidth = 3255
- ShowInTaskbar = 0 'False
- StartUpPosition = 3 'Windows Default
- End
- Attribute VB_Name = "DirectXForm"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
-
- Private Sub Form_Load()
-
- 'You're probably wondering why theres no code here.
- 'All of the code in this program exists outside
- 'of the form because subroutines that are in modules
- 'can be called from anywhere, while subs and functions
- 'in forms can only be called from within that form
-
- End Sub
-
-
-