Re: printing an MS Word document from a phantom.



Use API function - ShellExecuteEx
WORD = PRINT
FILE = Your file
nShow = SW_HIDE

See MSDN for detail.

Best regards, Grigory

.



Relevant Pages

  • Re: How to retrieve real data type of functions parameters
    ... Run-Time Class Information" on MSDN. ... Regards, ... Prev by Date: ...
    (microsoft.public.vc.mfc)
  • Re: runas replacement
    ... Also the StartInteractiveClientProcess from the msdn didn't work either. ... Regards, ... Bart ... Prev by Date: ...
    (microsoft.public.win32.programmer.kernel)
  • Re: .NET DLL
    ... I have seen articles on MSDN that may help: ... Regards, ... Jeff ... Prev by Date: ...
    (microsoft.public.dotnet.general)
  • Re: vba webbrowser HELP!
    ... thanks for the helpful orientation point in the MSDN library...it ... Regards, ... Prev by Date: ...
    (microsoft.public.excel.programming)
  • Re: Fire event once per second
    ... Lookup WM_TIMER and CWnd::OnTimer on MSDN. ... Regards, ... > What is the best way to fire an event every second? ... Prev by Date: ...
    (microsoft.public.vc.mfc)