FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Printer properties window
Posts: 858
Joined: Fri Oct 07, 2005 12:00 PM
Printer properties window
Posted: Sun May 18, 2014 03:22 PM

Hi,
is there a way to call the printer properties window for the current window ?
For "printer properties window" I mean the window that appear calling PrinterSetup and then "Properties"

Thanks in advance.

Best Regards,



Marco Turco

SOFTWARE XP LLP
Posts: 4043
Joined: Wed Dec 19, 2007 06:40 PM
Re: Printer properties window
Posted: Fri May 23, 2014 07:38 PM
Marco,

I'm working on a tool with round about 40 commands.
Opens everything on button-action with straight access to printer-infos and settings.
There is still some work to do ( testing )
Full source will be published.



get syntax-info ( "Snagit 11" = printer-name )
WAITRUN( 'RUNDLL32.exe PRINTUI.dll, PrintUIEntry /Xs /n "Snagit 11" ?' )

Sample No 6
WAITRUN( 'RUNDLL32.exe PRINTUI.dll, PrintUIEntry /Xg /n "Snagit 11"' )



best regards
Uwe :-)
Since 1995 ( the first release of FW 1.9 )

i work with FW.

If you have any questions about special functions, maybe i can help.

Continue the discussion