http://file703.upload.sogou.com/g/703441703/4126471/0.8895191689063402.8.png
实现如图上的“起”,“终”,“上”,可以再程序运行时拖动!自定义样式的可移动控件,没什么思路,大家帮帮忙!最好有源码!

解决方案 »

  1.   


    你form没把双缓冲开启吧?
      

  2.   

    网页上的话是不是可以通过DIV来实现?
      

  3.   

    那个我也想过,只不过效果不好,而且拖动的时候闪烁厉害!
    //以下三行消除主界面闪烁
                this.SetStyle(ControlStyles.AllPaintingInWmPaint, true);
                this.SetStyle(ControlStyles.DoubleBuffer, true);
                this.SetStyle(ControlStyles.UserPaint, true);