use BM_GETCHECK
see following thread for more information http://forums.winamp.com/showthread.php?s=&threadid=282186 git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5400 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
b22d68dbe9
commit
d59800dc13
1 changed files with 1 additions and 1 deletions
|
@ -302,7 +302,7 @@ Header file for creating custom installer pages with nsDialogs
|
||||||
|
|
||||||
!macro __NSD_GetState CONTROL VAR
|
!macro __NSD_GetState CONTROL VAR
|
||||||
|
|
||||||
SendMessage ${CONTROL} ${BM_GETSTATE} 0 0 ${VAR}
|
SendMessage ${CONTROL} ${BM_GETCHECK} 0 0 ${VAR}
|
||||||
|
|
||||||
!macroend
|
!macroend
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue