搜索资源列表
DragDl021g
- VC++实现无标题栏对话框的拖动,很多基于对话框的应用程序都是不带框架的,也就是说对话框没有标题栏。众所周知,窗口的移动都是通过鼠标点住标题栏拖动窗口实现的,那么现在没有了标题栏,如何移动对话框呢?-VC++ to achieve without dragging the title bar of the dialog box, many applications are based on the dialog box without a framework, that dialog witho
CLOCK
- 关于vc++6.0编程环境中,基于对话框的时钟显示功能。-On vc++6.0 programming environment based on the clock of the dialog box display.
Weather
- VC/C++源码,界面编程,天气预报,自绘 weather(天气预报界面),基于VC++自绘技术,运行于VS环境。 如果一个运行在 Windows XP 上的应用程序清单指定要,使用 ComCtl32.dll 版本 6 或更高版本来启用可视化方式, 则需要 InitCommonControlsEx()。否则,将无法创建窗口。 界面中实现了BmpButton、CSetDialog 对话框,天气预报中的获取网络资源,感谢 (彬)泪闯天涯提供的参考代码。