I have a compiled VB6 application without access to the source. Is it possible to modify certain settings made in the .frm file in the executable? In my case I want to change the color of a control.
I guess the general answer would be "no", but since it is possible with Delphi applications, because there the forms are stored as resources, I was hoping something similar is possible for VB6 applications.
I don't mind getting my hands dirty using a hex editor, but for that I must have at least an idea for what to look for.