摘要: C#版:using System;using System.Collections.Generic;using System.Text;namespace swapMouseButton2{ class Program { private const int SM_SWAPBUTTON = 23; [System.Runtime.InteropServices.DllImport("user32.dll")] private extern static bool SwapMouseButton(bool fSwap); [Sy... 阅读全文
posted @ 2011-08-24 08:41 lenya 阅读(176) 评论(0) 推荐(0) 编辑