Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. istill316

    Printing in VB 6.0, .Print Function problems

    Here's some code: Option Explicit Private Sub Form_Load() With Printer .ScaleMode = 2 'Point .FontName = "Arial" .FontBold = True .FontSize = 20 .CurrentX = 19 .CurrentY = 20 Printer.Print "My Title"...
  2. istill316

    Printing in VB 6.0, .Print Function problems

    I'm having a problem with the printer for a program I've created. I have to recreate a data table on a page to be printed. Earlier today it worked fine; however, I am now having an odd problem: every time I execute the Printer.Print command, it the program spools the print job. Restarting my...

Part and Inventory Search

Back
Top