Quantcast
Channel: C# simulate a mouse click?
Viewing all articles
Browse latest Browse all 3

C# simulate a mouse click?

$
0
0
I am not sure if I am understanding what you are trying to accomplish but can you not just do this;

this.OnDeactivate += Form1_MouseClick;

void Form1_MouseClick(object sender, MouseEventArgs e) {
               // Do your common code here
}

Viewing all articles
Browse latest Browse all 3

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>