有一种ACTIVEX command控件
如果你要大幅的可换图片就用PICTURE控件加上CLINK事件行了

解决方案 »

  1.   

    sub command1_mousemove()
    command1.visible=false
    pic.visible=true
    end sub(在command1所在放上pic图片,其visible=false)
    如果变回,在form_mousemove()中执行相反的过程
    如果想command1仍可click(),实现方法
    pic_click()代替
      

  2.   

    CommandButton.Style = 1
    CommandButton.Picture = "c:\temp.bmp"
      

  3.   

    "command怎么显示为图形?" ??????????????????不明白楼主的意思是要在command上显示图形??command 就是 command ,怎么变???
      

  4.   

    楼主什么意思 
    是让COMMAND变形
    还是在上面添上图形呢???
     if  是在上面添图形  then 
       CommandButton.Style = 1
    CommandButton.Picture = "c:\temp.bmp"
        else
         我也不会了(学习中)
    end if 
      

  5.   

    如果要变形,也可以的参看这个帖子:http://expert.csdn.net/Expert/topic/1496/1496311.xml?temp=.6842005