focus - How to repeat a mouse click in .NET -


My app runs as a plugin inside the second windowed app. Thus, my window does not often focus , If someone moves the mouse over a button / menu and clicks one time, then it all sets the focus on my window. Then to get the functionality of the actual button it has to be clicked again.

This is a small annoyance, but I want to get rid of it. First of all, whenever the mouse enters my dialogue space, I still try to focus, but it proves to be very annoying. So what I want to do, repeats the mouse click, so it seems that a single click is pressed both the focused buttons and buttons.

Obviously I should do this when click with a set of fonts, otherwise it will run the button function twice.

Any suggestions?

The deep and evergreen debtor, David

Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -