Subj : Re: How to select a non-default printer? To : borland.public.cpp.borlandcpp From : "David Ayre" Date : Tue Jan 06 2004 11:12 am Hi Gary, I do use PrintDlg() without the dialog box appearing to obtain the default printer. I now need to select another printer automatically without the user having to intervene. Cheers, David "Gary Setter" wrote: > >"David Ayre" wrote in message >news:3ffa8faa$1@newsgroups.borland.com... >> >> I use a routine that automatically selects the default printer, >> But I would now like to be able to override the default selection >> and select another printer. I use this code to obtain the >> printer info:- >Hi David, > >Why not use the PrintDlg() function? That provides a standard interface for >selecting from the available printers. > > >Best regards, >Gary > .