Can anyone tell me why this doesn't fire a message when I press the middle or right button on my mouse?Code:void richTextBox1_MouseClick(object sender, MouseEventArgs e) { MessageBox.Show(e.Button.ToString()); }
|
Results 1 to 3 of 3
Threaded View
|
Click Here to Expand Forum to Full Width |