티스토리 뷰
using System.Reflection;
using System.Windows.Forms;
namespace WindowsFormsApp1
{
public static class Extensions
{
public static void DoubleBuffered(this Control control, bool enabled)
{
var prop = control.GetType().GetProperty("DoubleBuffered", BindingFlags.Instance | BindingFlags.NonPublic);
prop.SetValue(control, enabled, null);
}
}
}
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- c# 음성
- 베란다 텃밭
- 스털링
- 암호화
- ArgumentException
- C# textbox 커서 시작
- Xingapi
- 이베스트
- 코딩
- 베란타
- c# SpeechSynthesizer
- C# 마우스 폼이동
- ESP32
- imemode
- 드론
- 인삼키우기
- c# Speech
- 스털링엔진
- MySQL
- C# textbox 커서 마지막
- 베란다 방울토마토
- framework
- 앉은뱅이 방울토마토
- 시스템트레이딩
- C# textbox 커서 위치
- 방울토마토
- 이 행은
- 복호화
- NET FRAMEWORK
- c#
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 28 | 29 | 30 | 31 |
글 보관함
