Raghu, >I want to send Fax when i print document. It should directly send to >fax after clicking pring option that should be through Delphi Program. >I need Sample program in delphi for that... Plz send me...
Google "Delphi Windows Fax" and you will find: http://www.dragonsoftru.com/articles/srv_faxapi.html You probably know that just about all the Fax software, including Windows Fax, includes a printer driver. You simply print from any application to the Fax printer driver and it pops a dialog where you fill in the Fax number and it sends the Fax. If you are aware of that, I assume you are trying to eliminate the dialog popping up. You don't mention if you are printing from your own application, or you want to print from any application. If you want to print from any application and eliminate this dialog, I am now sure how you would do that unless you write a button pusher program. I have done that kind of thing many times, but that is a last resort. If you are writing your own software, you can use the API described in the article above. Glenn Lawler www.incodesystems.com