|
Hello all,
Can anyone tell me which windows api is used when a user right-clicks a filename in explorer and selects "print"?
I'm batch (read loop) printing user-selected filenames from a listbox and the first "shellexecute" function prints OK. The successive requests get "lost" and never show at the printer except when I manually step through the loop. Seems the system needs "time" for the function to complete. Arrrgghh, this is frustrating and I've spent a couple days trying to figure out why.
I'm now trying to emulate the "right-click" method.
Any assistance is appreciated.
Thanks in advance,
Eric
|
|
|
|
|
|
|
// |