Hi,
In a normal dialog, I am using an editbox.
I want this editbox to have the default value of [ComputerName] but for the user to be able to "change" it and then use this changed value in the end when replacing in a file.
I cannot achieve this because for the EditBox to have the comptutername value, I have to use this as property name and then I cannot use the "changed" value later.
How could I achieve this?
Thank you!