摘要: select * from sysprocesses where dbid in (select dbid from sysdatabases where name='dbname') 阅读全文
posted @ 2010-04-30 17:03 94cool 阅读(217) 评论(0) 推荐(0)
摘要: [DllImport("user32.dll")] public static extern void SetForegroundWindow(IntPtr hwnd); [DllImport("user32.dll")] public static extern IntPtr FindWindow(String classname, String title); private void btn... 阅读全文
posted @ 2010-04-30 15:31 94cool 阅读(216) 评论(0) 推荐(0)
摘要: Microsoft Visual C++ 程序的部署由Microsoft Visual C++编译的程序动态链接到C运行时(/MD 或 /MDd),它必须捆绑C运行DLL的一份拷贝(通常被叫作MSVCRT.DLL 或 MSVCRxx.DLL,其中xx代表Visual C++的版本)。1. 用Microsoft Visual C++ 6.0编译的程序,或者发布在Windows 2000/NT/ME/... 阅读全文
posted @ 2010-04-30 09:25 94cool 阅读(821) 评论(0) 推荐(0)
摘要: 错误:“找不到附属汇编 Microsoft.VC80.MFC,上一个错误是 参照的汇编没有安装在系统上”解决方法:下面是下载地址:Microsoft Visual C++ 2005 SP1 下载:http://download.microsoft.com/download/7/9/8/798325b7-8993-4ef9-9148-8db9ff4187fc/vcredist... 阅读全文
posted @ 2010-04-30 08:20 94cool 阅读(1420) 评论(1) 推荐(0)