Office中国论坛/Access中国论坛

标题: 一种使组合框带图像的方法 [打印本页]

作者: panjie9327    时间: 2016-6-23 23:48
标题: 一种使组合框带图像的方法
带图像的组合框,就是用到ImageCombo控件。

看帖子有人在问,正好之前有琢磨过就传上来了,

和大家共同进步,高手勿笑





作者: pyh512    时间: 2016-6-24 08:32
可以哦
作者: xinrenq    时间: 2016-6-24 08:41
Imagecombo的控件使用。。。可以用。。。
学习了。。。
作者: xiaowuo2    时间: 2016-6-24 16:09
感谢分享,顶你
作者: roych    时间: 2016-6-25 09:33
应该有更简单的办法,我回头再做一个例子。从理论上讲,应该可以指定imagecombo的imagelist属性的,即:
  1. Private Sub Command3_Click()

  2.     Dim imgLst As ImageList
  3.     Dim imgCom As ImageCombo
  4.    
  5.     Set imgLst = Me.ImageList1.Object
  6.     Set imgCom = Me.ImageCombo2.Object
  7.    
  8.     imgCom.ImageList = imgLst
  9.       
  10. End Sub
复制代码
不过暂时没有测试成功

作者: xlb004    时间: 2016-6-25 18:41
eeeeeeeeeeeeeeeee
作者: p51219    时间: 2016-7-14 18:53
好好好好好




欢迎光临 Office中国论坛/Access中国论坛 (http://www.office-cn.net/) Powered by Discuz! X3.3