Click here to Skip to main content
15,887,267 members
Articles / Programming Languages / C#
Tip/Trick

Faxing with XP and C#

Rate me:
Please Sign up or sign in to vote.
2.42/5 (30 votes)
5 Jan 2014CPOL 282K   10.4K   49   54
Send faxes with C# using Win 2k or XP

Sample Image - Fax-XP-ing.gif

Introduction

This code can be used to send Faxes using Windows XP and 2000. I have included a bitmap image in the demo that will be faxed to a recipient. You can make your own bitmap using System.Drawing class, save it to disk and then reference it and send it to a fax number. All you need is a Modem, windows fax service which comes with XP and a telephone line and you are on you way. I understand that there might be some issues with limited User rights but have not yet tested it, I was only using my Administator Account when testing this. Anyway, all you might need to do is add a reference to the "faxcom 1.0 Libary" and you are set. Your feed back is welcome and I will keep track on any problems. 

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Being IT Solutions
South Africa South Africa
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
QuestionMore? Pin
Smitha Nishant16-Sep-04 16:37
protectorSmitha Nishant16-Sep-04 16:37 
AnswerRe: More? Pin
Leon van Wyk16-Sep-04 21:30
professionalLeon van Wyk16-Sep-04 21:30 
GeneralRe: More? Pin
Kartoffelnetz6-Oct-04 1:42
Kartoffelnetz6-Oct-04 1:42 
GeneralRe: More? Pin
Leon van Wyk6-Oct-04 4:10
professionalLeon van Wyk6-Oct-04 4:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.