StartPrinter with Printername

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
mk-soft
Always Here
Always Here
Posts: 6209
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

StartPrinter with Printername

Post by mk-soft »

The can only print to default printer without PrinterRequester.

Perhaps is a way to print with Printername

Code: Select all

StartPrinting(JobName$ [, PrinterName$])
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
User avatar
TI-994A
Addict
Addict
Posts: 2704
Joined: Sat Feb 19, 2011 3:47 am
Location: Singapore
Contact:

Re: StartPrinter with Printername

Post by TI-994A »

mk-soft wrote:...print with Printername

Code: Select all

StartPrinting(JobName$ [, PrinterName$])
That would also require an additional function to get the printer name. :wink:
Texas Instruments TI-99/4A Home Computer: the first home computer with a 16bit processor, crammed into an 8bit architecture. Great hardware - Poor design - Wonderful BASIC engine. And it could talk too! Please visit my YouTube Channel :D
Post Reply