sqlhelper 的类型初始值设定项引发异常
sqlhelper 的类型初始值设定项引发异常
日期:2012-01-02 17:25:31 人气:1
用TaskSwitching_Enable_Disable这个方法可以屏蔽Alt+Tab, Alt+Esc, Ctrl+Esc, Win, Ctrl+Shift+Esc用法一样
using System.Runtime.InteropServices;
[DllImport("WinLockDll.dll")]
public static extern int TaskSwitching_Enable_Disable(bool bEnableDisable);
0
| 评论