A
Ashraf
Hello everyone,
I am developing a web service that require to print a Web page.
syntax i used to print is
ie.ExecWB(
OLECMDID_PRINT,
NoPromptUser,
0, 0);
nothing happens.
but this code works (Delphi code)..
Printer := TPrinter.Create;
Printer.BeginDoc;
Printer.Canvas.TextOut(10, 10, 'Web Service');
Printer.EndDoc;
Printer.Free;
any idea?
thank you,
ashraf thoppukadavil.
I am developing a web service that require to print a Web page.
syntax i used to print is
ie.ExecWB(
OLECMDID_PRINT,
NoPromptUser,
0, 0);
nothing happens.
but this code works (Delphi code)..
Printer := TPrinter.Create;
Printer.BeginDoc;
Printer.Canvas.TextOut(10, 10, 'Web Service');
Printer.EndDoc;
Printer.Free;
any idea?
thank you,
ashraf thoppukadavil.