Iam creating an application like resource hacker. I want to change the title bar text of a window whose handle I can find out using SPY++.
Is there any way I can make modifications to the resources of the assembly and change the title by my code, so that the change is permanent.
Are there are tools free or commercial like my program? which can change the title bar text of a windows executable and assemble it back.
Iam open to suggestions.
Iam using VC++ to code my application.