标题:请教高手:关于C#中使用PictureBox进行图像显示的问题。
只看楼主
xydddaxia
Rank: 11Rank: 11Rank: 11Rank: 11
等 级:贵宾
威 望:33
帖 子:466
专家分:2307
注 册:2009-3-20
得分:0 
咦,代码块怎么不管用了
public class dbpicture:System.Windows.Forms.PictureBox
    {
       public dbpicture()
        {
            SetStyle(System.Windows.Forms.ControlStyles.DoubleBuffer | System.Windows.Forms.ControlStyles.OptimizedDoubleBuffer | System.Windows.Forms.ControlStyles.AllPaintingInWmPaint, true);
            UpdateStyles();
        }
    }

站在春哥的肩膀上
2010-06-25 09:05



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-310737-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.882488 second(s), 7 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved