我在网上看到好多小伙伴调用了SetForegroundWindow 方法,其实现在WPF 是开源的,可以看到Window 的Activate 方法是这样写. public bool Activate() { // this call ...
確定! 回上一頁