Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想从活动的winword窗口获取文本,我想从打开活动窗口的位置获取.doc文件路径。
我怎样才能用 C# 做到这一点?
我正在使用 C#.net 做窗口基础应用程序。
首先,我认为你应该使用 FindWindow。
然后你可以得到打开的文件名。