일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 윈폼
- 이클립스
- javascript
- aspnet
- Winform
- jQuery
- MS
- 오라클
- ASP
- 엑셀
- 자바스크립트
- 윈도우
- 리포팅서비스
- windows
- 마이크로소프트
- 태그를 입력해 주세요.
- 비주얼스튜디오
- IIS
- 단축키
- replace()
- attr()
- DataGrid
- c#
- SSRS
- MSSQL
- Excel
- oracle
- microsoft
- 프로시저
- CONVERT()
Archives
- Today
- Total
목록윈폼 (14)
DJ메탈짱™의 Free Style
[C#, Winform, 윈폼] TableLayoutPanel, 설정된 row&column에 따라 자동생성, 컨트롤 추가
/// /// 1.설정된 row, column에 따라 테이블 레이아웃 그려주기. /// 2.xml결과값에 따라 해당 영역의 속성값확인. /// 3.해당 클래스의 시설물,Seat 등의 속성에 따른 아이콘 & 툴팁 설정. /// /// /// private void SeatGenerateTableLayOut(int columnCount, int rowCount) { //Clear out the existing controls, we are generating a new table layout keTableLayoutPanel1.Controls.Clear(); //Clear out the existing row and column styles keTableLayoutPanel1.ColumnStyles.Clea..
일(job)/MS(Microsoft)
2016. 1. 7. 13:18
[C#, Winform, 윈폼] properties.resources, 이미지,등록,사용
그림1) 1. Properties의 Resources.resx 더블클릭하면 좌측화면과 같이 등록된 파일들이 보인다. 2. 리소스 추가 메뉴를 통해 "기존 파일 추가" 또는 새롭게 추가할 수 있다. 그림2) 선택된 리소스 파일의 빌드 작업 메뉴를 "포함 리소스" 선택 후 빌드 하면 cs에서 쉽게 접근가능. 예제) Label 컨트롤의 배경이미지를 설정하는 방법. // 리소스에 등록된 11.gif 이미지 파일을 사용하는 방법 label1.Appearance.Image = Properties.Resources._11;
일(job)/MS(Microsoft)
2016. 1. 7. 13:14
[C#, Winform, 윈폼] Infragistics NetAdvantage Grid,Drag a column header here to group by that column 영역숨기기(GroupByBox)
Grid속성창에서 DisplayLayout > GroupByBox > Hidden = "True"
일(job)/MS(Microsoft)
2016. 1. 7. 13:11