2010-11-25から1日間の記事一覧

【トラブル】【Form】【C#】画面のちらつき防止

対策[1] 初期化時に、以下のコードを追加しておく this.SetStyle(ControlStyles.DoubleBuffer, true); this.SetStyle(ControlStyles.UserPaint, true); this.SetStyle(ControlStyles.AllPaintingInWmPaint, true); 参考資料 http://www.atmarkit.co.jp/fdotn…