[MFC]질문이에요 잘 좀봐주세요
두힘
2024.10.01
슬라이더 컨트롤을만들어서쓰는데요 TBS_ENABLESELRANGE쓸때요
SetSelction()을써야지된다는데요 msdn보면요 TBS_ENABLESELRANGE에대해선 나와는데
SetSelction()안나왔는데 어떻게 써야지 범위를 정해서 쓸수있을가요?
-
뽀대미녀 2024-10-01
오우 이거 쓰니간 잼있네요;; ㅠㅠ;;
-
푸른들 2024-10-01
void SetSelection(
int nMin,
int nMax
);로나와있는거 SetSelection로검색하니간 몇군대 찾아들어가니간나왓어요 감사삽니다. -
옆집오빠야 2024-10-01
아 SetSelection군요;; 책에 SetSelction나와서 이상하다고는 생각했는데;;; 그래서 역으로 TBS_ENABLESELRANGE로찾아봤거든요 소스감사합니다~
-
기쁨해 2024-10-01
MSDN 에 나오는데염
---
Sets the starting and ending positions for the current selection in a slider control.
void SetSelection(
int nMin,
int nMax
);
Parameters
nMin
Starting position for the slider.
nMax
Ending position for the slider.