【发布时间】:2013-01-06 01:41:46
【问题描述】:
快速提问... Microsoft 删除了 Metro Apps 中对 Process 类的支持。如何获取已知进程 ID 的窗口标题?
我确实在整个互联网上搜索了一个没有成功的答案:/
【问题讨论】:
-
我已经编辑了你的标题。请参阅“Should questions include “tags” in their titles?”,其中的共识是“不,他们不应该”。
-
Here's actual problem: I'm working on time tracking script. All I have to do is collect data (datetime start, datetime end and process/windows title) and send it to webserver.- 你可以通过其他方式做到这一点,这里有一个例子:stackoverflow.com/a/12015686/495455。我不明白你为什么需要通过使用 Win32 API 调用的 Process 类来完成它?
标签: c# windows-8 microsoft-metro