print with windows 7 print dialog
i have listview in program contain pictures, want select pictures , print them windows 7 print dialog...
i want print dialog "1 of 4" option...
this feature called windows explorer(explorer.exe process).
  talking undocumented function useppwforprintto resides in library c:\windows\system32\photowiz.dll
however, should able use droptarget object photo printing wizard launch wizard. it's clsid(class id) {60fd46de-f830-4894-a628-6fa81bc0190d} , implements idroptarget, can launch calling drop method, supplying   data object representing files want print.
  
  article show how implement this(c++):
  https://msdn.microsoft.com/en-us/library/cc351041(vs.85).aspx#_shell_ppw_launching
                                                                          Visual Studio Languages                                                             ,                                                                 .NET Framework                                                     >                                                                 Visual C#                                                                            
 
 
Comments
Post a Comment