i want to tell windows that when the left mouse button is down the
right mouse button down is and not the left.
or just switch the left mousebutton off during mediaplayer1.play.
like
ssLeft := ssRight;
or
if ssLeft := Down
ssRight := Down;
how can i get this??
Jeroen02
uses Windows;
...
// to swap the mousebuttons
SystemParametersInfo( SPI_SETMOUSEBUTTONSWAP, 1, 0, 0);
// to restore normal action
SystemParametersInfo( SPI_SETMOUSEBUTTONSWAP, 0, 0, 0);
--
Regards,
Dirk Claessens
---------------------------------------------------------
http://www.claessens16.yucom.be
Attention: All spamshields raised; E-mails will bounce!
---------------------------------------------------------