当前位置:首页 » 业界相关

如何在form中加在图片?

 Advertisement:

热门软件下载:


有三个commnad点击1时图片出现2时图片放大3时缩小

推荐阅读

  • 新疆伊力特实业股份有限公司启用新中大软件 [详细内容]
  • 科朗遥控器 展位号:1DG6 [详细内容]
  • 美国理想工业推多功能三相电能质量分析仪 [详细内容]
  • 联想商标被多国注册 境外产品尴尬启用新品牌 [详细内容]
  • 我为歌狂  “歌送”W800c [详细内容]
  • 四大性能极具市场前景最新IC封装工具出炉 [详细内容]
  • 注册表的禁用与启用方法二则 [详细内容]
  • 网友回答:
    网友:hiei1321

    i   think   you   may   use   image   object.(strench   ------   true)  
       
      private   sub   form_load()  
                image.visable   =   false  
                cmd2.enabled   =   false  
                cmd3.enabled   =   false  
      end   sub  
      private   sub   cmd1_click()  
                image.visable   =   true  
                cmd2.enabled   =   true  
                cmd.enabled   =   true  
      end   sub  
      private   sub   cmd2_click()  
                image.height   =   image.height   *   2   it   can   be   modified  
                image.width   =   image.width   *   2   it   can   be   modified  
      end   sub  
      private   sub   cmd3_click()  
                image.height   =   image.height   *   0.5    
                image.width   =   image.width   *   0.5    
      end   sub  
      not   interesting,   is   it???

    .  

    相关评论

    Login