scorllBitmapWnd

所属分类:界面编程
开发工具:Visual C++
文件大小:4KB
下载次数:120
上传日期:2010-04-10 13:05:56
上 传 者tiantangxingkong
说明:  自绘带滚动条的显示图片控件,需要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.)

文件列表:
ScrollBitmapWnd.h (2681, 2010-04-06)
ScrollBitmapWnd.cpp (9890, 2010-04-06)

近期下载者

相关文件


收藏者