I found the VB function ShowPhotoPrintingWizard
:
CommonDialog.ShowPhotoPrintingWizard( _
ByVal Files As VARIANT _
) As HRESULT
How do I call that or get equivalent functionality in Delphi? I'm using Delphi 2010.
I found the VB function ShowPhotoPrintingWizard
:
CommonDialog.ShowPhotoPrintingWizard( _
ByVal Files As VARIANT _
) As HRESULT
How do I call that or get equivalent functionality in Delphi? I'm using Delphi 2010.
I think it might be this way for a single file:
Or the similar for multiple files: