Hi,
Is there a way to extend MUI pages.
For example,I would like to take the MUI_PAGE_DIRECTORY page and add another text box to it.
Is there an easy way to do it without reprogramming the all directory page again?
Thank you,
Ido
Extending MUI pages
3 posts
Yes, it is.
See at MUI documentation, into "Custom Pages" section for details.
See at MUI documentation, into "Custom Pages" section for details.
If you want to add a label, you need to use Resource Hacker to edit Contrib\UIs\modern.exe
Make a copy of it, modify it at will and then you can use the new UI by using !define MUI_UI ... in your script.
-Stu
Make a copy of it, modify it at will and then you can use the new UI by using !define MUI_UI ... in your script.
-Stu