// 소스 ToolStriptButton tsbBtn = new ToolStriptButton(); tsbBtn.Name = "테스트버튼"; tsbBtn.Image = Properties.Resources.testImage; // 프로젝트 리소스에 등록되어 있는 이미지 tsbBtn.ImageScaling = ToolStripItemImageScaling.None; // 속성을 설정해주지 않으면 작은 이미지를 뿌려줌.
'프로그래밍 > .NET' 카테고리의 다른 글
[C#] HTTP/HTTPS 송수신 (HttpWebRequest/HttpWebResponse) (2) | 2013.01.18 |
---|---|
현재 포커스 컨트롤러 찾기 (0) | 2012.12.27 |
Monitor Class (0) | 2012.10.29 |
ListView Column 클릭시 정렬 (0) | 2012.10.25 |
WCF 배포하기(IIS) (0) | 2012.10.18 |