本文介绍了传真 - 第二篇文章的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在寻找一个VB.net解决方案,所以我可以直接从GDI发送传真。

我找到了对FaxStartPrintJob的引用,其中大多数都是参考
C#中
。因为我不是交流#程序员,所以我对如何实现这一点没什么了解。


有人在VB中做过这个吗?你有没有一个例子。我能找到的最接近

的是:


。 ......但大部分都是我的头脑。


谢谢。


-Rob T.

I''m looking for a VB.net solution so I can send faxes directly from the GDI.
I''ve found references to the FaxStartPrintJob, which are mostly referenced
in C#. Since I''m not a c# programmer, I have little understanding of how to
impliment this.

Has anyone done this in VB and would you have an example. The closest thing
I can find is this:
http://msdn.microsoft.com/library/de...egacy_1rzo.asp
....but most of this is over my head.

Thanks.

-Rob T.

推荐答案








这篇关于传真 - 第二篇文章的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-25 09:15