gpt4 book ai didi

c# - 激活控制台窗口

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

<分区>

我正在从控制台应用程序中打开 Word。如何确保控制台保持事件窗口,即使在我显示 Word 应用程序之后也是如此?

using System;
using Microsoft.Office.Interop.Word;

namespace WordDocumentObject {
class Program {
static void Main(string[] args) {
_Application app = new Application();
app.Visible = true;

//Activate the console window here

Console.WriteLine("Press any key to continue...");
Console.ReadKey(true);
}
}
}

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