搜索资源列表
Csharpcode11
- Microsoft.Win32命名空间下面的SystemEvents类,他有一个静态的事件SessionEnding在系统注销或者关机时发生,此事件只有在winform的程序下有效,而在控制台程序下面无效,不能激发事件;还有一点我们必须在程序推出时将加上的事件移除掉,否则就容易造成内存溢出。 -Microsoft.Win32 naming the space below SystemEvents category, He has a static events SessionEnding or
Myproject
- 基于win32控制台应用程序实现 socket客户端通信数据采集 和插入数据库sqlserver-Based on the win32 console application the socket client communication data acquisition and inserted into the database sqlserver
VCPP-Win32_API-sample
- 该文档详细描述了基于C++编译环境下win32 API函数的使用指南,尤其对于开发控制台程序具有很大的作用。-This document describes in detail the build environment based C++ win32 API function to use guide, especially for the development of the console program has a significant role.
link1123
- VS2010在经历一些更新后,建立Win32 Console Project时会出“error LNK1123” 错误,解决方案为将 项目|项目属性|配置属性|清单工具|输入和输出|嵌入清单 “是”改为“否”即可,但是没新建一个项目都要这样设置一次。 在建立VS2010 Win32 Project项目时,按照上面解决方案依然发生了“error LNK1123”错误,经过上网查资料,解决方案为: 第一步:与上相同。-VS2010 will be out in time to experie