Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Andre721

    How do I remap mouse buttons (Delphi 2006)?

    I have basically answered my own question. While browsing through the functions of the "Windows" uses clause, I found a function simply called "SwapMouseButton(boolean)". The function will swap the operations of the mouse buttons based on the boolean value you pass into it. Coupled with using...
  2. Andre721

    How do I remap mouse buttons (Delphi 2006)?

    TonHu, unfortunately, I don't have the luxury of being able to re-do some of the apps as I have no control on them (believe me, I would like to). So, my question still stands.
  3. Andre721

    How do I remap mouse buttons (Delphi 2006)?

    I need to do this through a utility. The environment that I'm dealing with is a touchscreen where the user's finger is like a mouse. If they tap the screen, it is interpreted as a left mouse click. There is no way through the touchscreen itself to have a "right-click" operation. So, my idea...
  4. Andre721

    How do I remap mouse buttons (Delphi 2006)?

    It would have to be window level. The idea is that the user left-clicks on anything in this state and it will be interpreted as a right-click.
  5. Andre721

    How do I remap mouse buttons (Delphi 2006)?

    I have a need to develop a utility where a user left (or right) clicks on a button in the form and then their mouse gets mapped so that when they left-click, they will actually perform a right-click instead. How do I go about remapping mouse buttons? Thanks in advance.

Part and Inventory Search

Back
Top