想按钮出现一种状态是,外观看起来是CommandButton.enable=true
                        其实状态是  CommandButton.enable=false

解决方案 »

  1.   

    在PictureBox放一个按钮
    Picture1.Enabled = False
      

  2.   

    你不在commandbuton 的所有事件里面写程序 那么不就是CommandButton.enable=false

      

  3.   

    为什么要这样做?????
    如果“外观看起来是CommandButton.enable=true
                            其实状态是  CommandButton.enable=false”
    实现后还要不要按钮按下去、弹上来的视觉效果?????
      

  4.   

    按PrintScrenn抓屏,在画图软件里粘贴,把按钮的图截取出来作为图片放到Form上~
      

  5.   

    把他放到一个容器里面如picturebox,把picturebox的.enable=false即可