Skip to content
⌘ NSIS Forum Archive

Get status of msctls_trackbar32

3 posts

Legace#

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..
Anders#
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
jpderuiter#
I think you mean the current position?
Retrieves the current logical position of the slider in a trackbar. The logical positions are the integer values in the trackbar's range of minimum to maximum slider positions.

!define TBM_GETPOS 0x0400