标签: vb.net process savefiledialog
我通过这种方式执行文件:
Dim proc As New Process proc.StartInfo.FileName = sender.Tag proc.Start()
例如:打开的文档是记事本。我在上面写了“Hello World!”这个短语。然后我将它作为.txt文件保存在特定的计算机位置,并且我也关闭了记事本程序。我想检索保存文档的路径。