티스토리 뷰
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#
- 이 행은
- 인삼키우기
- c# SpeechSynthesizer
- 베란다 방울토마토
- 앉은뱅이 방울토마토
- C# textbox 커서 시작
- C# textbox 커서 마지막
- 베란타
- 드론
- NET FRAMEWORK
- 스털링
- C# textbox 커서 위치
- ESP32
- MySQL
- 코딩
- 암호화
- c# Speech
- ArgumentException
- 스털링엔진
- 방울토마토
- imemode
- 시스템트레이딩
- 이베스트
- C# 마우스 폼이동
- 베란다 텃밭
- framework
- Xingapi
- 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 |
글 보관함