Right click with flash menu = false

.NET Edition of the F-IN-BOX
danielgianni
Posts: 8
Joined: Thu Nov 22, 2007 1:33 pm

Right click with flash menu = false

Postby danielgianni » Tue Dec 04, 2007 1:15 pm

I couldn't able manage to get a capture the event click with the right-click with the context menu is disabled.

How can I fix this?

Softanics
Site Admin
Posts: 1402
Joined: Sat Sep 18, 2004 3:03 am
Location: Russia, St. Petersburg
Contact:

Postby Softanics » Tue Dec 04, 2007 3:26 pm

Thank you for your question.

I've just added a handler for MouseUp event:

Code: Select all

      private void f_in_box__control1(object sender, System.Windows.Forms.MouseEventArgs e)
      {
         if (e.Button == System.Windows.Forms.MouseButtons.Right)
         {
            MessageBox.Show("Hi!");
         }
      }



and it works well.
Best regards, Artem A. Razin,
F-IN-BOX support
Ask your question here: http://www.f-in-box.com/support.html


Return to “.NET Edition”

Who is online

Users browsing this forum: No registered users and 16 guests