

It supports the (postal) standards of a growing list of countries.

The FlexMail software is international and multilingual. Because of its close similarity to the latest Microsoft Office, it is very easy to understand FlexMail’s user interface and operation. FlexMail is easy to use because of its intuitive user interface incorporating ribbons, tooltips, context sensitive help, and wizards that take users through more complex tasks. There is no need for specialized personnel to design and/or operate the software. FlexMail lets you connect to your data, prepare the data for your project, design your output, and print at high quality and speed on any printer. FlexMail is a variable data design and printing solution, unmatched in its versatility and performance.

'Now send the print job to the printer via ShellExecute 'now we need to pause the print queue so we can wait to receive the job 'We first need to ensure that there is not a current job in the queue Pq = New PrintQueue(lps, strPrinterName, PrintSystemDesiredAccess.AdministratePrinter)

See below for the exactĬode I am using: Private Sub subPrintFile(strFilePath As String)ĭim strPrinterName As String = cboPrinters.Text docx) directly to the printer without having to use such a clumsy method such as ShellExecute with the PrintTo verb, but I could not figure that out either. If possible, I would prefer to be able to send the files (.pdf. PrintTo, wait for the print queue to receive the job, then resume the print queue, wait for the print queue to have 0 jobs, then loop. I call a sub routine in a loop to pause the print queue, start the print process with the verb I accomplish the printing by starting a process using the PrintTo verb with ShellExecute. My application prints multiple files that are in lstView control. Ok, environment info: Windows 7 圆4, Visual Studio 2010 Ultimate, Winforms Application, VB.Net., Windows Account is in Administrators group.
