RightFAX with .NET?

  • Thread starter Thread starter nolc
  • Start date Start date
N

nolc

Guest
hELLO,
hAS ANYONE SEEN AN .NET API FOR RighFAX? iVE WENT TO THERE SITE, BUT iVE JUST SEEN SAMPLES WRITTEN FOR VB6.

tHANKS.....
 
You need to translate the Visual Basic 6 API declarations into Visual Basic .NET declarations, which in most cases is fairly easy.
Youll also need to import System.Runtime.InteropServices.

Good Luck
-CL
 
Back
Top