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.
我有两个完全分离的 WPF 窗口,但是,如果在窗口 1 中发生了某些特殊情况,我确实想在第二个窗口的控件上调用或“模拟”Key.Up/.Down。那可能吗?
他们是否共享应用程序?如果他们这样做,您应该能够调用BeginInvoke控件的事件处理程序
BeginInvoke
但是当你可以调用一个函数时,为什么要模拟按键呢?