home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form PrintProcess
- BorderStyle = 1 'Fixed Single
- Caption = "Printing Status"
- ClientHeight = 735
- ClientLeft = 1380
- ClientTop = 2355
- ClientWidth = 7245
- ControlBox = 0 'False
- FontBold = -1 'True
- FontItalic = 0 'False
- FontName = "MS Sans Serif"
- FontSize = 12
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- ForeColor = &H00008000&
- Height = 1140
- Left = 1320
- LinkMode = 1 'Source
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 735
- ScaleWidth = 7245
- Top = 2010
- Width = 7365
- Begin Label PrintMessage
- Alignment = 2 'Center
- FontBold = -1 'True
- FontItalic = 0 'False
- FontName = "MS Sans Serif"
- FontSize = 12
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- ForeColor = &H000000FF&
- Height = 375
- Left = 120
- TabIndex = 0
- Top = 120
- Width = 6975
- End
- Sub Form_Load ()
- PrintProcess.Show 0
- PrintMessage.Caption = PrintMsg
- End Sub
- Sub PrintMessage_Change ()
- PrintMessage.Caption = PrintMsg
- MsgBoxMsg = MsgBox("Okay to Proceed?", 1, " ")
- End Sub
- Sub SetFocusDemo ()
- PrintProcess.SetFocus
- End Sub
-