Function Long ShellExecute (Long hWnd, String lpOperation, String
lpFile, String lpParameters, String lpDirectory, Long nShowCmd)
Library "shell32.dll" Alias For "ShellExecuteA"
Call
// API prototype
ShellExecute ( ll_handle, 'print', ls_filename, ls_null, ls_directory,
3)
PB9: 9.0.3 -- build 8004
PB11: 11.2 -- build 8616
Obviously there is an issue with ShellExecute, is there a different
ShellExecute API call for PB11?
Thanks,
William.
Arthur
Will wrote:
--
That worked Arthur, thank you very much for your help.
William