资源列表
HideTaskBar
- 隐藏显示系统的任务条,VC++精选编程源码,很好的参考资料。-Hidden task bar system, VC++ programming source code, a good reference.
SetDesktopPic
- 改变系统的桌面壁纸,VC++精选编程源码,很好的参考资料。-Change the desktop wallpaper, VC++ select programming source code, a good reference.
CreateThread
- 使用Win32 API创建、销毁线程——控制进度条,VC++精选编程源码,很好的参考资料。-Use Win32 API to create, destroying threads-- control the progress bar, VC++ select programming source code, a good reference.
UIThreadDemo
- 创建MFC用户界面线程,VC++精选编程源码,很好的参考资料。-Create a MFC user interface thread, VC++ select programming source code, a good reference.
WorkThreadDemo
- 创建MFC工作者线程,进行耗时计算,VC++精选编程源码,很好的参考资料。-Create a MFC worker threads, time-consuming calculation, VC++ programming source code, a good reference.
ThreadPriority
- 设置线程的优先级,VC++精选编程源码,很好的参考资料。-Setting the thread priority, the VC++ choice of programming source code, a good reference.
GlobleVarThread
- 使用全局结构进行线程间的通信,VC++精选编程源码,很好的参考资料。-Use the global structure of the communication between threads, VC++ select programming source code, a good reference.
MessageThread
- 使用自定义消息进行线程间的通信,VC++精选编程源码,很好的参考资料。-Inter thread communication using a custom message, VC++ select programming source code, a good reference.
EventThread
- 使用事件对象进行线程间的通信,VC++精选编程源码,很好的参考资料。-Use the event object inter thread communication, VC++ programming source code, a good reference.
EventThreadSyn
- 使用CEvent对象实现线程同步,VC++精选编程源码,很好的参考资料。-To synchronize threads using the CEvent object, VC++ select programming source code, a good reference.
CriticalSecitonThreadSyn
- 使用临界区对象(CriticalSeciton)实现线程同步,VC++精选编程源码,很好的参考资料。-The use of the critical section object (CriticalSeciton) to synchronize threads, VC++ select programming source code, a good reference.
MutexThreadSyn
- 使用互斥对象(Mutex)实现线程同步,VC++精选编程源码,很好的参考资料。-Use a mutex object (Mutex) to synchronize threads, VC++ select programming source code, a good reference.