I want to modify a simple vb app(.exe), but I have no source code about it. The app has a button and a textbox, when the button clicked, the textbox will be set with "7:00" and then down to "0:00".
Now, I want to do a small modification to this app: when the button clicked, don't set textbox with "7:00" but with "5:00".
Can anyone tell me how to implement it?