More actions
imported>beonit No edit summary |
(Repair batch-0006 pages from live compare) |
||
| (6 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
* ON_COMMAND_RANGE(NUMBERBUTTONS_BASEID, NUMBERBUTTONS_BASEID+24, OnCalcButtonPressed) | |||
** ON_COMMAND_RANGE 로 여러개의버튼의 이벤트를 하나로 날릴 수 있구나... | |||
** CalcCtrl에서 봄 | |||
* visual studio shortCut | |||
** CM + L : 솔루션 탐색기 | |||
* visual studio shortCut | |||
** C + K W : 북마크 창 | |||
** C + K N : 다음 북마크 | |||
** C + K P : 이전 북마크 | |||
** C + K K : togle book mark | |||
** CS + C : 클래스 창 | |||
** CS + E : resource 창 | |||
** C + KE : 리소스 추가하기 | |||
| Line 49: | Line 21: | ||
[[임시분류]] | [[임시분류]] | ||
Latest revision as of 01:08, 27 March 2026
- ON_COMMAND_RANGE(NUMBERBUTTONS_BASEID, NUMBERBUTTONS_BASEID+24, OnCalcButtonPressed)
- ON_COMMAND_RANGE 로 여러개의버튼의 이벤트를 하나로 날릴 수 있구나...
- CalcCtrl에서 봄
- visual studio shortCut
- CM + L : 솔루션 탐색기
- visual studio shortCut
- C + K W : 북마크 창
- C + K N : 다음 북마크
- C + K P : 이전 북마크
- C + K K : togle book mark
- CS + C : 클래스 창
- CS + E : resource 창
- C + KE : 리소스 추가하기