home *** CD-ROM | disk | FTP | other *** search
- Form1
- VB General Printer
- Form15
- chkItalic
- Italic
- chkBold
- Combo2
- Combo2
- Combo1
- Combo1
- cmdExit
- E&xit
- cmdPrint
- &Print
- Text1
- Text1
- Frame1
- Instructions:
- Label1
- Enter text in the box below. Choose File|Print to print text or click on command button below. Choose File|Printer Select... to choose new printer.
- Label3
- Font Size:
- Label2
- Font:
- mnuFile
- &File
- mnuPrinterSelect
- Printer &Select...
- mnuPrint
- &Print
- mnuSep1
- mnuExit
- E&xit
- mnuHelp
- &Help
- mnuAbout
- &About VBGPRINT
- Form_Load
- mnuExit_Click
- Text1
- cmdExit_Click
- cmdPrint_Click
- mnuPrint_ClickO
- mnuPrinterSelect_Clickg
- ThisPrinter
- GetWindowsDefaultPrinter
- ThisOrientation(
- GetWindowsPrinterOrientation
- SelectPrinter<
- PrintThisText
- Form_Unload
- Cancel
- Text27
- Text3
- FillCombo2
- FillCombo3
- Combo3
- ListIndex
- Combo2
- FillCombo1
- PrinterInfoO
- GetProfileString
- OldPos
- Counter
- XtraInfo
- PrinterArrayp
- DevOutputt
- GetDeviceOutput
- NumOutputs
- GetNumDeviceOutputs
- AddThis`
- GetDeviceName
- GetNumberedDeviceOutput
- GetDeviceDriver
- List1
- ItemData
- NewIndex
- CurrentPrinterE
- InstalledFonts
- MB_ICONSTOP
- ThisFont
- Combo1
- UseBold
- UseItalic
- Combo1_Change
- Combo1_Click
- chkBold
- chkItalic
- mnuAbout_Click
- frmAbout
- chkBold_Click
- Combo2_Change
- Frame1_DragDrop
- Source
- Control
- Label1_Click#
- mnuFile_Click4
- mnuHelp_Click
- mnuSep1_Click
- Text1_Change"
- Copyright 1994 Unger Business Systems All Rights Reserved
- This code is distributed as shareware. If you use it, you
- are required by law to register it. Please contact Ungeru
- Business Systems at 11926 Barrett Brae, Houston, TX 77072-4004
- or call (713) 498-8517. Registration fee is $20.00 US
- See the README.TXT file for more information
- All code, forms, modules, controls, etc. are provided without-
- warranty or liabilityl
- cmdExit_Click
- cmdPrint_Click
- Combo1_Click
- if chosen font has BOLD or ITALIC in its name, set the
- appropriate check boxL
- ITALIC
- FillCombo1
- This routine reads all of the installed fonts and
- stores them as choices in the combo box
- Calling GetProfileString with 0& as the second parameter returns a listu
- of all items in the "fonts" section of WIN.INI
- These are separated by ASCII 0's and must be parsedm
- fonts
- No Windows fonts installed.
- FillCombo2
- Form_Load
- Get the default windows printer for a starting point
- available fonts=
- some font sizes=
- Form_Unload
- mnuAbout_Click
- modalo
- mnuExit_Click
- mnuPrint_Click
- mnuPrinterSelect_Click
- VBG Printer
-