IO2 Tutorial Text Password: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
DannyStaple (talk | contribs) m (added category) |
No edit summary |
||
(6 intermediate revisions by 4 users not shown) | |||
Line 3: | Line 3: | ||
#Place the cursor in the middle of dialog 105 and select insert control. | #Place the cursor in the middle of dialog 105 and select insert control. | ||
#Choose "Edit" than hit "ok". | #Choose "Edit" than hit "ok". | ||
#The control will appear in the dialog, you resize and stretch as many times and forms you like | #The control will appear in the dialog, you resize and stretch as many times and forms you like. | ||
[[File:IO2TextPassword1.png]] | |||
#Once you finish, with Resource Hacker, hide the dialog. | #Once you finish, with Resource Hacker, hide the dialog. | ||
#You'll get the controls units | #You'll get the controls units. | ||
[[File:IO2TextPassword2.png]] | |||
#In the screenshot example, 91 85 101 14, will be the order for Left, Top, Right, Bottom values for the INI. | #In the screenshot example, 91 85 101 14, will be the order for Left, Top, Right, Bottom values for the INI. | ||
#So this will be, for: | #So this will be, for: |
Latest revision as of 09:48, 22 November 2012
Tutorial for Text & Password
- Place the cursor in the middle of dialog 105 and select insert control.
- Choose "Edit" than hit "ok".
- The control will appear in the dialog, you resize and stretch as many times and forms you like.
- Once you finish, with Resource Hacker, hide the dialog.
- You'll get the controls units.
- In the screenshot example, 91 85 101 14, will be the order for Left, Top, Right, Bottom values for the INI.
- So this will be, for:
- Left=91
- Top=85
- Right=101+left_value(91)=101+91=192
- Bottom=14+Top_value(85)=14+85=99
- Create your INI, with the new values:
- Left=91
- Top=85
- Right=192
- Bottom=99
Notes:
- This is the same for both Text & Password.
- Type=Text
- Type=Password