info about inner dialog
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1496 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
746652046d
commit
fc2aae5d50
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ Gets the address of the current instruction (the GetCurrentAddress) and stores i
|
|||
|
||||
\c user_var(output) dialog item_id
|
||||
|
||||
Retrieves the handle of a control identified by item_id in the specified dialog box dialog.
|
||||
Retrieves the handle of a control identified by item_id in the specified dialog box dialog. If you want to get the handle of a control on the inner dialog, first use FindWindow user_var(output) "#32770" "" $HWNDPARENT to get the handle of the inner dialog.
|
||||
|
||||
\H{GetFunctionAddress} GetFunctionAddress
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue