是否可以在Windows服务内部运行的不可见表单上模拟鼠标单击?
我们正在使用.NET中的Windows服务,在其中我们要使用只能通过鼠标单击启动的COM控件的行为。
To this extend, we have created a service that creates a non-visible form and starts a message pump to allow interacting with the form. We are able to communicate with the form and its controls by Windows ...