Как открыть диалог Add Printer?
01.01.2007
добавьте ShellAPI в USES
ShellExecute(handle, nil,
'rundll32.exe',
'shell32.dll,SHHelpShortcuts_RunDLL AddPrinter', '', SW_SHOWNORMAL);
Взято из https://forum.sources.ru
добавьте ShellAPI в USES
ShellExecute(handle, nil,
'rundll32.exe',
'shell32.dll,SHHelpShortcuts_RunDLL AddPrinter', '', SW_SHOWNORMAL);
Взято из https://forum.sources.ru