文件名称:Weather-Forecast-interface
介绍说明--下载内容均来自于网络,请自行研究使用
界面编程,天气预报,自绘
weather(天气预报界面),基于VC++自绘技术,运行于VS环境。
如果一个运行在 Windows XP 上的应用程序清单指定要,使用 ComCtl32.dll 版本 6 或更高版本来启用可视化方式,
则需要 InitCommonControlsEx()。否则,将无法创建窗口。
界面中实现了BmpButton、CSetDialog 对话框,天气预报中的获取网络资源,感谢 (彬)泪闯天涯提供的参考代码。
代码里的注释还是挺多的,对于学习来说非常有用处。-Interface programming, weather forecasts, the draw weather (Weather Forecast interface), based VC++ from painting techniques run in the VS environment. If an application running on Windows XP list to specify use ComCtl32.dll version 6 or later to enable visualization needs InitCommonControlsEx (). Otherwise, it will not be able to create a window. The interface BmpButton CSetDialog dialog box, the weather forecast in the access to network resources, thanks to (Bin) Tears traveled reference code. The comments in the code is still a lot of learning is very useful.
weather(天气预报界面),基于VC++自绘技术,运行于VS环境。
如果一个运行在 Windows XP 上的应用程序清单指定要,使用 ComCtl32.dll 版本 6 或更高版本来启用可视化方式,
则需要 InitCommonControlsEx()。否则,将无法创建窗口。
界面中实现了BmpButton、CSetDialog 对话框,天气预报中的获取网络资源,感谢 (彬)泪闯天涯提供的参考代码。
代码里的注释还是挺多的,对于学习来说非常有用处。-Interface programming, weather forecasts, the draw weather (Weather Forecast interface), based VC++ from painting techniques run in the VS environment. If an application running on Windows XP list to specify use ComCtl32.dll version 6 or later to enable visualization needs InitCommonControlsEx (). Otherwise, it will not be able to create a window. The interface BmpButton CSetDialog dialog box, the weather forecast in the access to network resources, thanks to (Bin) Tears traveled reference code. The comments in the code is still a lot of learning is very useful.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
自绘制作weather天气预报界面\readme.txt
...........................\weather\weather\BmpButton.cpp
...........................\.......\.......\BmpButton.h
...........................\.......\.......\GlobalFunction.cpp
...........................\.......\.......\GlobalFunction.h
...........................\.......\.......\ReadMe.txt
...........................\.......\.......\RegisterKey.cpp
...........................\.......\.......\RegisterKey.h
...........................\.......\.......\res\bk.bmp
...........................\.......\.......\...\weather.ico
...........................\.......\.......\...\weather.rc2
...........................\.......\.......\resource.h
...........................\.......\.......\SetDialog.cpp
...........................\.......\.......\SetDialog.h
...........................\.......\.......\SplitStr.cpp
...........................\.......\.......\SplitStr.h
...........................\.......\.......\stdafx.cpp
...........................\.......\.......\stdafx.h
...........................\.......\.......\targetver.h
...........................\.......\.......\URLTOEncode.cpp
...........................\.......\.......\URLTOEncode.h
...........................\.......\.......\weather.aps
...........................\.......\.......\weather.cpp
...........................\.......\.......\weather.h
...........................\.......\.......\weather.rc
...........................\.......\.......\weather.vcproj
...........................\.......\.......\weather.vcproj.PC-201105140830.Administrator.user
...........................\.......\.......\weatherDlg.cpp
...........................\.......\.......\weatherDlg.h
...........................\.......\weather.sln
...........................\.......\weather.suo
...........................\.......\.......\res
...........................\.......\weather
...........................\weather
自绘制作weather天气预报界面