Skip to content
⌘ NSIS Forum Archive

list of child control ids for use with GetDlgItem

2 posts

BGIdev#

list of child control ids for use with GetDlgItem

In reading the User Interface Instructions available (GetDlgItem, ShowWindow, etc.) is there any documentation indicating what items are associated with the item_id specifications? i.e 1=next/install Button; 2=??? ; 3=???

(the NSIS User manual notes 1 as the next/install button in the example use of GetDlgItem command)
Anders#
Most of them are in https://sourceforge.net/p/nsis/code/...ead/resource.h but 1 and 2 (IdOk and IdCancel) are from Windows. Most of the codes are for the inner dialog (page), use FindWindow can find the inner dialog.