Printing with ShellExecute_()
Posted: Thu Jul 08, 2004 8:26 pm
Code: Select all
ShellExecute_(0,"print",my_file.s,NULL,my_directory.s,0)Does anyone else have any idea about how I can print a list of PDf files?
http://www.purebasic.com
https://www.purebasic.fr/english/
Code: Select all
ShellExecute_(0,"print",my_file.s,NULL,my_directory.s,0)