Results 1 to 3 of 3

Thread: [RESOLVED][3.0/LINQ] RichTextBox Right Click?

Threaded View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jun 2003
    Location
    Birmingham, AL
    Posts
    188

    Resolved [RESOLVED][3.0/LINQ] RichTextBox Right Click?

    Code:
    void richTextBox1_MouseClick(object sender, MouseEventArgs e)
            {
                MessageBox.Show(e.Button.ToString());
            }
    Can anyone tell me why this doesn't fire a message when I press the middle or right button on my mouse?
    Last edited by Tewl; Jan 7th, 2009 at 03:12 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width