当前位置:编程学习 > C#/ASP.NET >>

datagridview 背景图

怎么给 DATAGRIDVIEW 加背景图,最好有代码,谢谢大家了,我看网上的了,总是报错 --------------------编程问答--------------------  protected override void PaintBackground(Graphics graphics, Rectangle clipBounds, Rectangle gridBounds)
        {
            base.PaintBackground(graphics, clipBounds, gridBounds);
            graphics.DrawImage(backGroundImage, gridBounds);
        } --------------------编程问答-------------------- “EcsCar.Main.PaintBackground(System.Drawing.Graphics, System.Drawing.Rectangle, System.Drawing.Rectangle)”: 没有找到适合的方法来重写

提示的是这个?
--------------------编程问答-------------------- http://blog.csdn.net/luoxiaoping/article/details/3518988
补充:.NET技术 ,  C#
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,