资源列表
random
- 本代码实现了用户界面的设计 界面包括随机闪烁的图片和输出结果显示 -This code implements the user interface design interface includes random flashes of images and output results
MyClock
- 源码比较完整,完全可以自己作为桌面时钟使用,开发工具使用的是VS2008。 代码功能介绍: 查看日历; 快速关机; 定时关机; 半点报时; 整点报时; 开机自动启动; 窗口总是在前; 语音报时。-More complete source code, can use their own as a desktop clock, development tools using VS2008. Code Features: View Calendar
WIFIInfoCollector
- 简单的托最小化到托盘MFC实例,点击托盘图标可以还原,相当实用-Simple care to minimize to the tray MFC instance, click on the tray icon can be restored, very useful
ToolTipEx_demo
- 多功能提示条控件,在标准控件的功能基础上增加了很多实用性功能,非常实用-Tip of the multi-function control, the standard features of the control adds a lot of practical features, very useful
GWTTest
- 能够截取当前所有窗口的句柄,类似于VC中的spy++功能。-The example can provide the method to get the handle of all of the current window , just like spy++ with VC .
qq_liaotian
- 获取QQ消息,get oicq message-get oicq message
Mk-Editor
- 天下霸图游戏的剧本解码器,可以打开所有的.mk文档,便与初学者学习使用edit控件-Pa plays the game world map decoder, you can open all. Mk document, and beginners will learn how to use edit control
wpf-Book
- WPF 十分不错的翻书效果例子 十分不错的翻书效果例子-WPF is a good example of the effect of open book open book is very good example of the effect
MyThread
- 可以实现两个线程运行与停止,同时实现主对话框对子对话框的调用。使用VisualC++6.0编程多次修改实现的。-Can realize the two threads run and stop, and realize the dialog of the dialog box pairs calls. Use VisualC++ 6.0 programming DuoCi modification to realize.
VCPPcode
- VC++深入理解,十分有利于学习C++界面编程,多进程,多线程编程等。-very usefull
ResizeKit-2
- resize the forms automatically
uSendStrMsg
- 多线程编程的时候,有时候会向界面发送大量日志信息,但是在线程里操作界面会造成死锁等怪现象,基于此,开发了此类,用来在线程里发送字符串信息,支持扩展信息。使用时SendMsg为发送消息,Pointer可传入扩展信息的内存指针,TStringMsgObj的创建函数传入显示消息回调及释放扩展信息回调,没有扩展信息可不传释放回调-Multi-threaded programming, sometimes a lot of log information sent to the interface, bu