It is a simple piece of code but every effective and annoying!Prank your friends with it:)Compile using any 32 bit “C” compiler.
[javascript]
//coded by sham;
#include<windows.h>
int main()
{
BOOL bOldState;
SystemParametersInfo(SPI_SETMOUSEBUTTONSWAP,TRUE,bOldState, 0);
}
[/javascript]
Download .exe
Solution:To change it ,set parameter as FALSE and execute,else change in mouse properties from control panel.
[javascript]
//coded by sham;
#include<windows.h>
int main()
{
BOOL bOldState;
SystemParametersInfo(SPI_SETMOUSEBUTTONSWAP,TRUE,bOldState, 0);
}
[/javascript]
Download .exe
Solution:To change it ,set parameter as FALSE and execute,else change in mouse properties from control panel.
No comments:
Post a Comment