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 Mike Lewis 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. BMooreDE

    HP Printer Controls

    okay let me know. I have been able to get some of this working. I have gone so far as to use Shellexecute to print my pdf document. I have also tried using the APIs to set printer and printer properties, but the API does not allow me to set the correct printer and the correct properties AND...
  2. BMooreDE

    HP Printer Controls

    How were you able to do this? i've tried using the API calls, but always seem to run in to issues. Could I maybe see your code? please?
  3. BMooreDE

    Controlling an HP 4100tn printer

    I need to print two documents to an HP LJ4100tn. I first need to tell it what printer to use, which I would like to pass as a parameter from the execution line (printctl printername) without changing the users default printer. I then need to set the Print Quality, number of copies, and the tray...
  4. BMooreDE

    HP Printer Controls

    Were you able to get this to work? I need to print two documents to an HP LJ4100tn. I need to set the Print Quality, number of copies, and the tray it uses. I also need to set which printer to use WITHOUT changing the user's default printer, so the script that is run would need to accept the...
  5. BMooreDE

    How can I connect to Oracle from VB using ODBC and ADO control ?

    Okay I am still lost. I have a subroutine that writes data to the database, but it does not seem to be working. I'll paste the code here and maybe someone can tell me what I am doing wrong. Dim myConnection As ADODB.Connection Dim myRecordset As ADODB.Recordset Set myConnection = New...
  6. BMooreDE

    Setting Properties through VB6

    I'd liek to set several properties for an HP 4100TN using Visual Basic, BUT the properties I want to set (print quality=economode, Typeis=Plain) are not part of the printer object. Is there a utility form HP that will accept and send specific property setting commands such as these, or must they...
  7. BMooreDE

    Setting Printer Properties Automatically

    I will make this as detailed as possible, though hopefully not too detailed that it gets boring. I want to open a PDF document called c:\temp\permits.pdf I want to initiate the Print Dialog screen I want to change the printer to \\EM-NT01\EM-PR33 (which is an HP LaserJet 4100TN) I want to set...

Part and Inventory Search

Back
Top