Sending a mouse click to a button in the taskbar using C#

前端 未结 4 2017
借酒劲吻你
借酒劲吻你 2021-01-05 10:45

In an application that I am currently working on, a requirement is to bring a window of an external application to the foreground. Making Win32 API calls such as BringWindo

4条回答
  •  天命终不由人
    2021-01-05 11:03

    I used this in a program where I needed to simulate clicks and mouse movements;

    Global Mouse and Keyboard Library

提交回复
热议问题