gpt4 book ai didi

windows - 打印文件(记事本) 打印文档中没有出现文件名

转载 作者:可可西里 更新时间:2023-11-01 11:31:38 28 4
gpt4 key购买 nike

Dim ProcessProperties As New ProcessStartInfo()
ProcessProperties.FileName = "notepad.exe"
ProcessProperties.Arguments = "/p c:/doc.txt" 'command line arguments ''
''ProcessProperties.WindowStyle = ProcessWindowStyle.Maximized
Dim myProcess As Process = Process.Start(ProcessProperties)

当使用上面的代码打印时,我打印了“doc.txt”。我不希望打印结束时出现文件名

最佳答案

无法通过命令行将参数传递给记事本以隐藏标题,/P 参数接受的唯一参数是文件名。 (参见 link)

从打印中隐藏标题的唯一方法是打开记事本并转到"file"->“页面设置”,然后更改标题命令。 (参见 link)

如果确实需要使用进程打印,可以尝试搜索支持打印参数的第三方编辑工具。

另一种方法是实现打印文本文件的功能,请参阅这篇 Stackoverflow 文章 (Link)

关于windows - 打印文件(记事本) 打印文档中没有出现文件名,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19088823/

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