change label text from a VB6 binary (not source code)

Posted by Jun on Stack Overflow See other posts from Stack Overflow or by Jun
Published on 2010-03-23T21:45:52Z Indexed on 2010/03/23 23:33 UTC
Read the original article Hit count: 152

Filed under:
|
|

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!

© Stack Overflow or respective owner

Related posts about vb6

Related posts about gui