Hi there, I need to send a file (image) to a printer, but i need to display print dialog, like this one: When i use _FilePrint(), or ShellExecute() with "print" verb (wich is the same as _FilePrint() UDF actualy), i get Viewer program opened, and that's it, no print action. The printer is may be not connected, but when i press Print icon in the SciTE, i see the dialog that on the image above. The question is: how do i display this dialog for specific image file? Thanks.