文件名称:scorllBitmapWnd
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:3.79kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
自绘带滚动条的显示图片控件,需要OnLButtonDown消息需要WS_CHILD | WS_VISIBLE | SS_NOTIFY
窗口样式
使用方法:
DWORD lStyle = WS_CHILD | WS_VISIBLE | SS_NOTIFY
m_PicShowWnd.Create(_T(""), lStyle, CRect(5, 5, 100, 30),this,102)
m_PicShowWnd.ShowWindow(true)
通过程序控制窗口的大小,图片内容及滚动条会自动适应。-Since the painting scroll bars with the display picture control, need OnLButtonDown message needs WS_CHILD | WS_VISIBLE | SS_NOTIFY window style to use: DWORD lStyle = WS_CHILD | WS_VISIBLE | SS_NOTIFY m_PicShowWnd.Create (_T (" " ), lStyle, CRect (5, 5 , 100, 30), this, 102) m_PicShowWnd.ShowWindow (true) through the program control window size, image content and the scroll bar will automatically adapt.
窗口样式
使用方法:
DWORD lStyle = WS_CHILD | WS_VISIBLE | SS_NOTIFY
m_PicShowWnd.Create(_T(""), lStyle, CRect(5, 5, 100, 30),this,102)
m_PicShowWnd.ShowWindow(true)
通过程序控制窗口的大小,图片内容及滚动条会自动适应。-Since the painting scroll bars with the display picture control, need OnLButtonDown message needs WS_CHILD | WS_VISIBLE | SS_NOTIFY window style to use: DWORD lStyle = WS_CHILD | WS_VISIBLE | SS_NOTIFY m_PicShowWnd.Create (_T (" " ), lStyle, CRect (5, 5 , 100, 30), this, 102) m_PicShowWnd.ShowWindow (true) through the program control window size, image content and the scroll bar will automatically adapt.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ScrollBitmapWnd.h
ScrollBitmapWnd.cpp
ScrollBitmapWnd.cpp
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.