Archive: Get status of msctls_trackbar32


Get status of msctls_trackbar32
Hey,

How do I get the status of msctls_trackbar32?

        nsDialogs::CreateControl msctls_trackbar32 \
"0x50010000" \
"" \
110 100u 150 25 \
""
Pop $8


I tried NSD_GetState and NSD_GetText but they don't work..

nsDialogs is never going to have macros for every feature in win32, for some things, you just have to look them up in MSDN on your own


I think you mean the current position?
http://msdn.microsoft.com/en-us/libr...89(VS.85).aspx
!define TBM_GETPOS 0x0400