Hi there,
I know this was asked b4 but i never found the answer..
I am trying to print a lot of files from my program and the code is more or less:

for i = 0 to totalreport
Call ShellExecute(Me.hWnd, "print", p_ReportFileName, "", "", 0)
next i

I know ShellExecute send it to the default printer, but i was wondering if there is any way i could show the printer dialog box to the user for him to choose what printer to use?

Thanks in advance