[转][C#]一段软键盘代码
摘要:InputSimulator sim = new InputSimulator(); [DllImport("user32.dll")] private static extern IntPtr SetWindowLong(IntPtr hWnd, int nIndex, int dwNewLong
阅读全文
posted @
2020-07-23 21:47
z5337
阅读(343)
推荐(0) 编辑
[转][C#]Socket 手写服务端
摘要:private static log4net.ILog log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType.Name); private Socket ser
阅读全文
posted @
2020-07-11 14:20
z5337
阅读(199)
推荐(0) 编辑