change label text from a VB6 binary (not source code)
- by Jun
Hi, we have a VB6 binary executable that comes with no source code. And we need to change the label text for that VB6 application from "AAA" to "BBB". Is there any way or tools that can do that?
The closest tool I can find right now is microsoft UISpy, it can read all the other elements but not the label.
I hope there is a tool that can change the resource in the .exe so that the label "AAA" will read "BBB". Or is it possible to write a wrapper application, it will launch the .exe, examine the application screen for "AAA" and change that to "BBB"?
Thank you for your help!