Fax with Microsoft Visual Basic .net and AVM Fritz ISDN-PC-Card

  • Thread starter Thread starter mm10dev
  • Start date Start date
M

mm10dev

Hi,

i have a AVM Fritz ISDN PC-Card. I have to generate a Fax from Data
wich is stored in a Microsoft SQL Database. But i dont know where to
start. Has someone a good starting point to do this?

thank you
Yavuz B.
 
Hi,

i have a AVM Fritz ISDN PC-Card. I have to generate a Fax from Data
wich is stored in a Microsoft SQL Database. But i dont know where to
start. Has someone a good starting point to do this?

thank you
Yavuz B.

Windows 2000 and up contains an API for faxing... It has a COM
interface, and I have succesfully used it my self from C#, so I don't
think you should have any issues using it from VB.NET. Here is a link
to the the msdn reference:

http://msdn2.microsoft.com/en-us/library/ms692829.aspx
From there, you can get to the extended api for XP and 2K3.

HTH
 
Back
Top