gpt4 book ai didi

vb.net - 如何打印 .net 中的文本文件

转载 作者:行者123 更新时间:2023-12-02 06:36:39 26 4
gpt4 key购买 nike

如何在 vb.net 中打印 .txt 文件?希望不使用任何第三方。

最佳答案

参见How to print batch file in vb.net? 。有一个 VB.NET 代码示例,您应该能够逐字使用。

如果您还不知道如何从文件中提取文本,请使用 File.ReadAllText ,像这样:

Imports System.IO
Dim path As String = "c:\temp\MyTest.txt"
RawPrinterHelper.SendStringToPrinter("WindowsPrinterName", File.ReadAllText(path))

RawPrinterHelper 是上面链接的其他问题中描述的类。 “WindowsPrinterName”是您要打印到的打印机的名称。

关于vb.net - 如何打印 .net 中的文本文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4763029/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com