home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form frmFormat
- Caption = "Displaying the Windows Format Dialog Box"
- ClientHeight = 1455
- ClientLeft = 60
- ClientTop = 345
- ClientWidth = 5265
- Icon = "frmFormat.frx":0000
- LinkTopic = "Form1"
- ScaleHeight = 1455
- ScaleWidth = 5265
- StartUpPosition = 3 'Windows Default
- Begin VB.CommandButton cmdFormat
- Caption = "&Format Disk"
- Default = -1 'True
- Height = 495
- Left = 120
- TabIndex = 2
- Top = 120
- Width = 1335
- End
- Begin VB.Label Label1
- Alignment = 1 'Right Justify
- AutoSize = -1 'True
- Caption = "Written for the VB Center Code Library"
- BeginProperty Font
- Name = "Small Fonts"
- Size = 6.75
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 165
- Left = 2820
- TabIndex = 1
- Top = 960
- Width = 2355
- End
- Begin VB.Label Label2
- Alignment = 1 'Right Justify
- AutoSize = -1 'True
- Caption = "http://www.geocities.com/SiliconValley/Way/6445"
- BeginProperty Font
- Name = "MS Sans Serif"
- Size = 8.25
- Charset = 0
- Weight = 700
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- ForeColor = &H00800000&
- Height = 195
- Left = 840
- TabIndex = 0
- Top = 1200
- Width = 4365
- End
- Attribute VB_Name = "frmFormat"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub cmdFormat_Click()
- FormatFloppy
- End Sub
-