I have an old application (Delphi 5) that I want to contribute using the editor editor!
I want to set the background image for the form via RCData in the Res editor, how to do this?
Any help really appreciated. Thank:)
Delphi forms do not have a simple background-image property.
You can edit the DFM resource for the form to insert the TImage control. Extract the DFM resource, open it in Delphi, add the necessary control, save it and replace the original resource with the new version.
See also:
Reshacker. exe .
, :
convert
Note. Depending on the use of the tools, there may be some shortcuts for conversion bypass and extraction, for example: XN Resource Editor can edit DFM text directly.