일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- DataGrid
- Excel
- 윈폼
- 이클립스
- replace()
- aspnet
- 비주얼스튜디오
- 프로시저
- attr()
- 엑셀
- SSRS
- c#
- 오라클
- oracle
- windows
- 태그를 입력해 주세요.
- MSSQL
- microsoft
- 리포팅서비스
- MS
- IIS
- Winform
- jQuery
- CONVERT()
- 자바스크립트
- 마이크로소프트
- ASP
- javascript
- 윈도우
- 단축키
Archives
- Today
- Total
목록키조합 (1)
DJ메탈짱™의 Free Style
C# Keys 열거형,Enum.Keys, Shift, Combination, 키조합, TryParse, IsDefined, Validation ,Check
Keys key; // 입력된 값이 Enum으로 Convert가 정상적으로 되는지 확인. if (Enum.TryParse(ShortKey, out key)) { // Keys Enum에서 사용가능한 값인지 확인 if (!Enum.IsDefined(typeof(Shortcut), ShortKey.Replace("Control","Ctrl").Replace(",", ""))) { //{0}는 사용하실 수 없는 키조합 입니다. this.Warning(this.GetResourceValue("CMM_008", "[" + ShortKey + "]")); this.ShortKey = ""; return false; } } else { //{0}의 형식이 일치하지 않습니다. this.Warning(this.GetRe..
일(job)/MS(Microsoft)
2016. 1. 7. 13:41