일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- SSRS
- c#
- CONVERT()
- MSSQL
- jQuery
- Winform
- MS
- 엑셀
- Excel
- 자바스크립트
- javascript
- aspnet
- 윈폼
- 비주얼스튜디오
- 윈도우
- attr()
- 태그를 입력해 주세요.
- windows
- replace()
- 단축키
- 오라클
- oracle
- IIS
- 프로시저
- DataGrid
- microsoft
- 마이크로소프트
- 리포팅서비스
- ASP
- 이클립스
Archives
- Today
- Total
목록셀 (1)
DJ메탈짱™의 Free Style
Infragstics, Wingrid, Cell, RightClick, ContextMenu, MenuItems, 울트라그리드, 셀, 우클릭, 메뉴아이템
Infragstics, Wingrid, Cell, RightClick, ContextMenu, MenuItems, 울트라그리드, 셀, 우클릭, 메뉴아이템 /// /// 셀에 대한 마우스 우클릭(ContextMenu)시 MenuItem 설정 /// /// private void ShowContextMenu(Point mousePoint) { ContextMenu cMenu = new ContextMenu(); for (int i = 0; i < 3; i++) { cMenu.MenuItems.Add(i.ToString(), MenuItemClick); } foreach (MenuItem c in cMenu.MenuItems) { if (c.Index == 1) { c.Enabled = false; } } c..
일(job)/MS(Microsoft)
2016. 1. 7. 13:23