Comment Printing (Score 1) 414
We use an embedded IE (6 currently) browser control in our application and we print via that control giving it a custom print template.
One thing lacking (we couldn't find anyway) was a way to tell the control which printer to print to. It just prints to the default printer.
We reverted to saving the current default printer, changing the default printer to the printer we wanted, print, then change it back (hopefully without crashing in between).
Is there such functionality exposed from IE7 so we can tell it to print to a particular printer without resorting to such a kludge? Again, we looked but couldn't find anything.
Thanks
One thing lacking (we couldn't find anyway) was a way to tell the control which printer to print to. It just prints to the default printer.
We reverted to saving the current default printer, changing the default printer to the printer we wanted, print, then change it back (hopefully without crashing in between).
Is there such functionality exposed from IE7 so we can tell it to print to a particular printer without resorting to such a kludge? Again, we looked but couldn't find anything.
Thanks