VB.NET hopw to FAX

Joel.Karimpil

New member
Joined
Jan 11, 2005
Messages
1
Programming Experience
Beginner
Hi,

can someone plz tell me in short how to send faxes from VB.NET?
i am using a FaxServer to send faxes.
or plz point to some resource like a how-to.
is there any other method?
plz do let me know.

thanks.
 
I think you can add an reference to fax control from COM componets property.

Click on your project in the Solution Explorer and click on add reference from project menu. Under COM tab look for "FaxControl 1.0 TypeLibrary" and click OK

I have not yet used this control, but I have used other ones and they work fine. For example "Windows Media Player" I hope this will help you.
 
Back
Top