Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

C# Visual Studio Open context menus the other way?

Normal context menus in Visual Studio always appear right to the mouse after you open them. Is it possible to make the context menu to appear left to the mouse after it opens? So it actually opens from right to left, instead from left to right.

Hope you know what I mean. (And no, the text in it is NOT meant, just the way the context menu opens) I wasn't able to find anything on that. It's just for aesthetics btw.

like image 460
CCCP Avatar asked Sep 05 '13 21:09

CCCP


1 Answers

This is a new ergonomic feature in the Windows. The Windows check if you are using a touch screen than the Menus will open at the left side the reason is the human hand cover the right side of the clicked/pressed area (mouse pointer does not do that).

--------------------------------------------------Update -------------------------------------------------------------

I found the soultion for your prblem :-) you have to select from Tablet PC Settings the Left Handed, this will solve your problem.

  1. Press the Windows logo key+R to bring up the Run dialog box. In the Open line, copy/paste the following text.

  2. shell:::{80F3F1D5-FECA-45F3-BC32-752C152E456E}

  3. Press OK.

This will start the Tablet PC Settings configuration dialog (Even if you do not have a Tablet PC).

  1. Select the Other Tab.

  2. In the Handedness section, place a check mark in the Left Handed option.

  3. Click OK.

Look to this information from microsoft: http://answers.microsoft.com/en-us/windows/forum/windows_7-desktop/windows-7-application-menus-drop-to-left-instead/2d362701-90e4-4ea6-a3a1-c1391a3d2bea

Do not forget to mark the answer.

like image 125
Bassam Alugili Avatar answered Nov 03 '22 02:11

Bassam Alugili