IO2 Tutorial GroupBox
From NSIS Wiki
Jump to navigationJump to search
Tutorial for GroupBox
- Place the cursor in the middle of dialog 105 and select insert control.
- Choose "GROUPBOX", add some text in the "caption" than hit "ok".
- The control will appear in the dialog, you resize and stretch as many times and form you like, see.
- Once you finish, with Resource Hacker, hide the dialog.
- You'll get the controls units, see.
- In the screenshot example, 57 41 60 60, will be the order for Left, Top, Right, Bottom values for the INI.
- So this will be, for:
- Left=57
- Top=41
- Right=60+left_value(57)=60+57=117
- Bottom=60+Top_value(41)=60+41=101
- Create your INI, with the new values:
- Left=57
- Top=41
- Right=117
- Bottom=101