IO2 Tutorial GroupBox: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
DannyStaple (talk | contribs) (Pulled in content from CHM tutorial) |
DannyStaple (talk | contribs) No edit summary |
||
Line 17: | Line 17: | ||
# Right=117 | # Right=117 | ||
# Bottom=101 | # Bottom=101 | ||
[[Category: Install Options 2 Tutorial]] |
Latest revision as of 14:15, 31 October 2006
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