![]() |
hide the back button
hy i've make a custom page and now I would hide the back button. How can I do this ?
Thx |
Page Custom CreateFunc
!include WinMessages.nsh Function CreateFunc GetDlgItem $R0 $HWNDPARENT 3 ShowWindow $R0 ${SW_HIDE} !insertmacro MUI_INSTALLOPTIONS_DISPLAY "ioFile.ini" FunctionEnd -Stu |
Hy thx it works.
I've further two other questions: 1. Right above is the symbol close. Can I deactivate this as maximize? 2. How can I hide the back button from the finish page ? Thank you |
1. You'd have to change the window styles using the System plugin. edit: I don't think you can, actually - once the window has been created, I don't think you can change its style.
2. Using much the same method as you did Afrow showed before. If you are using the Modern UI: PHP Code:
|
Hy thx for your help. My last question:
Is it possible only to disable (not hide) a button? Thank you to all who help me. |
Yes,
PHP Code:
PHP Code:
|
Thx animaether it works.
:rolleyes: i know i've write that it was my last question but how can i disable the cancel button? Thank you:) |
PHP Code:
http://www.catch22.net/software/winspy.asp |
| All times are GMT. The time now is 04:44. |
Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.