OCX上添加ScrollView视图

时间:2017-10-15 08:14:49
【文件属性】:

文件名称:OCX上添加ScrollView视图

文件大小:70KB

文件格式:ZIP

更新时间:2017-10-15 08:14:49

Scrollview

由OCX上添加ScrollView滚动视图,其实方法很多:1.OCX上直接添加MVC文档模式;2.OCX添加CWND控件,CWND控件上添加ScrollView;3.OCX上添加对话框,对话框上承载ScrollView;第二种和第三种差不多;本代码就是采用第三种;借鉴网上代码;实现按住Ctrl + 滚动鼠标进行缩放视图。感觉第一种方法网上有几个文章,介绍的都比较少。给大家参考。


【文件预览】:
TestDlgView
----TestDlgView()
--------stdafx.cpp(140B)
--------TestDlgViewCtrl.h(1KB)
--------TestDlgViewCtrl.cpp(4KB)
--------TestDlgView.idl(993B)
--------TestDlgView.rc(10KB)
--------DlgView.cpp(3KB)
--------TestDlgView.vcxproj.filters(3KB)
--------DlgDocument.cpp(1KB)
--------stdafx.h(1KB)
--------TestDlgView.cpp(1KB)
--------TestDlgView.def(167B)
--------DlgDocument.h(1KB)
--------TestDlgView.ico(1KB)
--------TestDlgView.vcxproj(7KB)
--------LoadViewDlg.h(486B)
--------targetver.h(236B)
--------TestDlgView.h(465B)
--------TestDlgViewCtrl.bmp(238B)
--------TestDlgView.vcxproj.user(403B)
--------未命名.bmp(199KB)
--------resource.h(2KB)
--------TestDlgViewPropPage.cpp(1KB)
--------LoadViewDlg.cpp(2KB)
--------DlgView.h(2KB)
--------ClassDiagram1.cd(1KB)
--------TestDlgViewidl.h(9KB)
--------TestDlgView_i.c(2KB)
--------TestDlgView.aps(237KB)
--------TestDlgViewPropPage.h(568B)
--------ReadMe.txt(3KB)
----TestDlgView.suo(28KB)
----ipch()
--------testdlgview-ddc2a109()
----TestDlgView.sln(900B)

网友评论

  • 可以使用,这方面资料较少,值得参考一下。