I can suppress the display of the CVI print properties box with the command
SetPrintAttribute (ATTR_SYSTEM_PRINT_DIALOG_ONLY, 1); When I make a call to
PrintPanel() the printer-specific print properties box still appears. What I want to know is, is CVI responsible for displaying the printer-specific box or is this a printer or Windows property? I am trying to print a panel without having any confirmation boxes appear. Thanks.