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:
joostverburg 2002-10-27 22:05:02 +00:00
parent 746652046d
commit fc2aae5d50

View file

@ -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