滑动效果图片选择控件

时间:2014-03-25 11:24:56
【文件属性】:
文件名称:滑动效果图片选择控件
文件大小:525KB
文件格式:RAR
更新时间:2014-03-25 11:24:56
滑动效果 图片选择 控件 控件中提供的接口方法: 1.可由属性设置背景色,前景色,每一屏幕显示图像的行数和列数,图像之间的间隔 2.BOOL SetImageFolder(LPCTSTR PathName); 设置图像文件夹的路径,将自动枚举该文件夹下的所有图像,并显示。成功则返回true 3.BOOL PageBack();显示上一页。成功则返回true 4.BOOL PageNext();显示下一页。成功则返回true 5.CString GetImagePathName();得到所选文件的完整路径 6.short GetAllPage();得到总页码 7.short GetCurPage();得到当前所在页码 控件测试方法: step1:把ImageSelectorCtrl.ocx拷到c:\windows\system32\下 注意:可能需要MFC中的一些DLL,一般电脑上都有的,作者只提供了MSVCRTD.DLL step2:运行regsvr.bat进行控件注册 step3:运行demo.exe测试
【文件预览】:
滑动效果图片选择控件
----MSVCRTD.DLL(424KB)
----demo.exe(24KB)
----ImageSelectorCtrl.ocx(896KB)
----test code()
--------test.opt(48KB)
--------test.h(1KB)
--------StdAfx.cpp(206B)
--------test.plg(2KB)
--------resource.h(912B)
--------test.ncb(65KB)
--------test.cpp(2KB)
--------imageselectorctrl.h(2KB)
--------test.clw(1KB)
--------imageselectorctrl.cpp(3KB)
--------test.rc(6KB)
--------Debug()
--------ReadMe.txt(3KB)
--------testDlg.cpp(6KB)
--------StdAfx.h(1KB)
--------testDlg.h(1KB)
--------Release()
--------test.dsp(5KB)
--------res()
--------test.dsw(577B)
--------test.aps(21KB)
----regsvr.bat(32B)
----unregsvr.bat(33B)
----read me.txt(991B)

网友评论